Html Css Color HEX #DA648D Pale Violet Red

📋 copy color: '#DA648D'

red 218 ◦ green 100 ◦ blue 141

#DA648D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #DA648D

Tints of Pale Violet Red #DA648D

RGB

 RED value IS 218 (85.55% from 255) = 47.49%

 GREEN value IS 100 (39.45% from 255) = 21.79%

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 47.49%
G = 21.79%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA648D (or 0xDA648D) is known color: Pale Violet Red. HEX triplet: DA, 64 and 8D. RGB value is (218,100,141). Sum of RGB (Red+Green+Blue) = 218+100+141=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA648D is #259B72. Grayscale: #8B8B8B. Windows color (decimal): -2464627 or 9266394. OLE color: 9266394.

HSL color Cylindrical-coordinate representation of color #DA648D: hue angle of 339.15º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA648D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 100 141 -
CMYK 0 0.54 0.35 0.15
HSL 339.15º 0.61% 0.62% -
HSV(B) 339.15º 0.54% 0.85% -
XYZ 38.28 25.94 28.19 -
YUV 139.96 128.59 183.67 -
System Red Green Blue C M Y K H S L
Decimal 218 100 141 0 0.54 0.35 0.15 339.15 0.61 0.62
Hex DA 64 8D 0 36 23 F 153 3D 3E
Octal 332 144 215 0 66 43 17 523 75 76
Binary 11011010 1100100 10001101 0 110110 100011 1111 101010011 111101 111110

Color Harmonies of #DA648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA648D

Black with #DA648D

Text Example


Text Example

White with #DA648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA648D; }

 p { color: rgb(218,100,141); }

 H1.HeaderClassName
 {
   color: #DA648D;
 }
 .AnyTagClassName
 {
   color: #DA648D;
 }
</style>

background-color css

<style>
 a { background-color: #DA648D; }

 a { background-color: rgb(218,100,141); }

 div.DivClassName
 {
   background-color: #DA648D;
 }
 .BgClassName
 {
   background-color: #DA648D;
 }
</style>

border-color css

<style>
 span { border-color: #DA648D; }

 span { border-color: rgb(218,100,141); }

 td.TdClassName
 {
   border-color: #DA648D;
 }
 .TagClassName
 {
   border-color: #DA648D;
 }
</style>