Html Css Color HEX #DA8DCB Plum

📋 copy color: '#DA8DCB'

red 218 ◦ green 141 ◦ blue 203

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

Shades of Plum #DA8DCB

Tints of Plum #DA8DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.09%

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

R = 38.79%
G = 25.09%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA8DCB (or 0xDA8DCB) is known color: Plum. HEX triplet: DA, 8D and CB. RGB value is (218,141,203). Sum of RGB (Red+Green+Blue) = 218+141+203=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DCB is #257234. Grayscale: #AAAAAA. Windows color (decimal): -2454069 or 13340122. OLE color: 13340122.

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

Color convert

RGB 218 141 203 -
CMYK 0 0.35 0.07 0.15
HSL 311.69º 0.51% 0.7% -
HSV(B) 311.69º 0.35% 0.85% -
XYZ 49.22 38.27 61.29 -
YUV 171.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 218 141 203 0 0.35 0.07 0.15 311.69 0.51 0.7
Hex DA 8D CB 0 23 7 F 138 33 46
Octal 332 215 313 0 43 7 17 470 63 106
Binary 11011010 10001101 11001011 0 100011 111 1111 100111000 110011 1000110

Color Harmonies of #DA8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8DCB

Black with #DA8DCB

Text Example


Text Example

White with #DA8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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