Html Css Color HEX #DA9CCB Plum

📋 copy color: '#DA9CCB'

red 218 ◦ green 156 ◦ blue 203

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

Shades of Plum #DA9CCB

Tints of Plum #DA9CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.04%

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

R = 37.78%
G = 27.04%
B = 35.18%

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

#DA9CCB (or 0xDA9CCB) is known color: Plum. HEX triplet: DA, 9C and CB. RGB value is (218,156,203). Sum of RGB (Red+Green+Blue) = 218+156+203=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CCB is #256334. Grayscale: #B3B3B3. Windows color (decimal): -2450229 or 13343962. OLE color: 13343962.

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

Color convert

RGB 218 156 203 -
CMYK 0 0.28 0.07 0.15
HSL 314.52º 0.46% 0.73% -
HSV(B) 314.52º 0.28% 0.85% -
XYZ 51.58 42.99 62.08 -
YUV 179.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 218 156 203 0 0.28 0.07 0.15 314.52 0.46 0.73
Hex DA 9C CB 0 1C 7 F 13B 2E 49
Octal 332 234 313 0 34 7 17 473 56 111
Binary 11011010 10011100 11001011 0 11100 111 1111 100111011 101110 1001001

Color Harmonies of #DA9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9CCB

Black with #DA9CCB

Text Example


Text Example

White with #DA9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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