Html Css Color HEX #DA9BCB Plum

📋 copy color: '#DA9BCB'

red 218 ◦ green 155 ◦ blue 203

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

Shades of Plum #DA9BCB

Tints of Plum #DA9BCB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.91%

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

R = 37.85%
G = 26.91%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA9BCB (or 0xDA9BCB) is known color: Plum. HEX triplet: DA, 9B and CB. RGB value is (218,155,203). Sum of RGB (Red+Green+Blue) = 218+155+203=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BCB is #256434. Grayscale: #B3B3B3. Windows color (decimal): -2450485 or 13343706. OLE color: 13343706.

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

Color convert

RGB 218 155 203 -
CMYK 0 0.29 0.07 0.15
HSL 314.29º 0.46% 0.73% -
HSV(B) 314.29º 0.29% 0.85% -
XYZ 51.41 42.66 62.02 -
YUV 179.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 218 155 203 0 0.29 0.07 0.15 314.29 0.46 0.73
Hex DA 9B CB 0 1D 7 F 13A 2E 49
Octal 332 233 313 0 35 7 17 472 56 111
Binary 11011010 10011011 11001011 0 11101 111 1111 100111010 101110 1001001

Color Harmonies of #DA9BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9BCB

Black with #DA9BCB

Text Example


Text Example

White with #DA9BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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