Html Css Color HEX #DA9FCB Plum

📋 copy color: '#DA9FCB'

red 218 ◦ green 159 ◦ blue 203

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

Shades of Plum #DA9FCB

Tints of Plum #DA9FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.41%

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

R = 37.59%
G = 27.41%
B = 35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA9FCB (or 0xDA9FCB) is known color: Plum. HEX triplet: DA, 9F and CB. RGB value is (218,159,203). Sum of RGB (Red+Green+Blue) = 218+159+203=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FCB is #256034. Grayscale: #B5B5B5. Windows color (decimal): -2449461 or 13344730. OLE color: 13344730.

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

Color convert

RGB 218 159 203 -
CMYK 0 0.27 0.07 0.15
HSL 315.25º 0.44% 0.74% -
HSV(B) 315.25º 0.27% 0.85% -
XYZ 52.09 44.01 62.25 -
YUV 181.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 218 159 203 0 0.27 0.07 0.15 315.25 0.44 0.74
Hex DA 9F CB 0 1B 7 F 13B 2C 4A
Octal 332 237 313 0 33 7 17 473 54 112
Binary 11011010 10011111 11001011 0 11011 111 1111 100111011 101100 1001010

Color Harmonies of #DA9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FCB

Black with #DA9FCB

Text Example


Text Example

White with #DA9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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