Html Css Color HEX #DA8CCB Plum

📋 copy color: '#DA8CCB'

red 218 ◦ green 140 ◦ blue 203

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

Shades of Plum #DA8CCB

Tints of Plum #DA8CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.96%

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

R = 38.86%
G = 24.96%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA8CCB (or 0xDA8CCB) is known color: Plum. HEX triplet: DA, 8C and CB. RGB value is (218,140,203). Sum of RGB (Red+Green+Blue) = 218+140+203=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CCB is #257334. Grayscale: #AAAAAA. Windows color (decimal): -2454325 or 13339866. OLE color: 13339866.

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

Color convert

RGB 218 140 203 -
CMYK 0 0.36 0.07 0.15
HSL 311.54º 0.51% 0.7% -
HSV(B) 311.54º 0.36% 0.85% -
XYZ 49.07 37.97 61.24 -
YUV 170.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 218 140 203 0 0.36 0.07 0.15 311.54 0.51 0.7
Hex DA 8C CB 0 24 7 F 138 33 46
Octal 332 214 313 0 44 7 17 470 63 106
Binary 11011010 10001100 11001011 0 100100 111 1111 100111000 110011 1000110

Color Harmonies of #DA8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8CCB

Black with #DA8CCB

Text Example


Text Example

White with #DA8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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