Html Css Color HEX #DA9DCB Plum

📋 copy color: '#DA9DCB'

red 218 ◦ green 157 ◦ blue 203

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

Shades of Plum #DA9DCB

Tints of Plum #DA9DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.16%

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 37.72%
G = 27.16%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA9DCB (or 0xDA9DCB) is known color: Plum. HEX triplet: DA, 9D and CB. RGB value is (218,157,203). Sum of RGB (Red+Green+Blue) = 218+157+203=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DCB is #256234. Grayscale: #B4B4B4. Windows color (decimal): -2449973 or 13344218. OLE color: 13344218.

HSL color Cylindrical-coordinate representation of color #DA9DCB: hue angle of 314.75º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9DCB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 157 203 -
CMYK 0 0.28 0.07 0.15
HSL 314.75º 0.45% 0.74% -
HSV(B) 314.75º 0.28% 0.85% -
XYZ 51.75 43.33 62.14 -
YUV 180.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 218 157 203 0 0.28 0.07 0.15 314.75 0.45 0.74
Hex DA 9D CB 0 1C 7 F 13B 2D 4A
Octal 332 235 313 0 34 7 17 473 55 112
Binary 11011010 10011101 11001011 0 11100 111 1111 100111011 101101 1001010

Color Harmonies of #DA9DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9DCB

Black with #DA9DCB

Text Example


Text Example

White with #DA9DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9DCB; }

 p { color: rgb(218,157,203); }

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

background-color css

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

 a { background-color: rgb(218,157,203); }

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

border-color css

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

 span { border-color: rgb(218,157,203); }

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