Html Css Color HEX #DA91CC Plum

📋 copy color: '#DA91CC'

red 218 ◦ green 145 ◦ blue 204

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

Shades of Plum #DA91CC

Tints of Plum #DA91CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.57%

 BLUE value IS 204 (80.08% from 255) = 35.98%

R = 38.45%
G = 25.57%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA91CC (or 0xDA91CC) is known color: Plum. HEX triplet: DA, 91 and CC. RGB value is (218,145,204). Sum of RGB (Red+Green+Blue) = 218+145+204=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DA91CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91CC is #256E33. Grayscale: #ADADAD. Windows color (decimal): -2453044 or 13406682. OLE color: 13406682.

HSL color Cylindrical-coordinate representation of color #DA91CC: hue angle of 311.51º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA91CC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 145 204 -
CMYK 0 0.33 0.06 0.15
HSL 311.51º 0.5% 0.71% -
HSV(B) 311.51º 0.33% 0.85% -
XYZ 49.94 39.52 62.12 -
YUV 173.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 218 145 204 0 0.33 0.06 0.15 311.51 0.5 0.71
Hex DA 91 CC 0 21 6 F 138 32 47
Octal 332 221 314 0 41 6 17 470 62 107
Binary 11011010 10010001 11001100 0 100001 110 1111 100111000 110010 1000111

Color Harmonies of #DA91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA91CC

Black with #DA91CC

Text Example


Text Example

White with #DA91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA91CC; }

 p { color: rgb(218,145,204); }

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

background-color css

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

 a { background-color: rgb(218,145,204); }

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

border-color css

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

 span { border-color: rgb(218,145,204); }

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