Html Css Color HEX #DA92D2 Plum

📋 copy color: '#DA92D2'

red 218 ◦ green 146 ◦ blue 210

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

Shades of Plum #DA92D2

Tints of Plum #DA92D2

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.44%

 BLUE value IS 210 (82.42% from 255) = 36.59%

R = 37.98%
G = 25.44%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA92D2 (or 0xDA92D2) is known color: Plum. HEX triplet: DA, 92 and D2. RGB value is (218,146,210). Sum of RGB (Red+Green+Blue) = 218+146+210=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92D2 is #256D2D. Grayscale: #AEAEAE. Windows color (decimal): -2452782 or 13800154. OLE color: 13800154.

HSL color Cylindrical-coordinate representation of color #DA92D2: hue angle of 306.67º degrees, saturation: 0.49, 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 #DA92D2 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 146 210 -
CMYK 0 0.33 0.04 0.15
HSL 306.67º 0.49% 0.71% -
HSV(B) 306.67º 0.33% 0.85% -
XYZ 50.83 40.12 66.04 -
YUV 174.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 218 146 210 0 0.33 0.04 0.15 306.67 0.49 0.71
Hex DA 92 D2 0 21 4 F 133 31 47
Octal 332 222 322 0 41 4 17 463 61 107
Binary 11011010 10010010 11010010 0 100001 100 1111 100110011 110001 1000111

Color Harmonies of #DA92D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA92D2

Black with #DA92D2

Text Example


Text Example

White with #DA92D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA92D2; }

 p { color: rgb(218,146,210); }

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

background-color css

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

 a { background-color: rgb(218,146,210); }

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

border-color css

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

 span { border-color: rgb(218,146,210); }

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