Html Css Color HEX #DA92CE Plum

📋 copy color: '#DA92CE'

red 218 ◦ green 146 ◦ blue 206

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

Shades of Plum #DA92CE

Tints of Plum #DA92CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 38.25%
G = 25.61%
B = 36.14%

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

#DA92CE (or 0xDA92CE) is known color: Plum. HEX triplet: DA, 92 and CE. RGB value is (218,146,206). Sum of RGB (Red+Green+Blue) = 218+146+206=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92CE is #256D31. Grayscale: #AEAEAE. Windows color (decimal): -2452786 or 13538010. OLE color: 13538010.

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

Color convert

RGB 218 146 206 -
CMYK 0 0.33 0.06 0.15
HSL 310º 0.49% 0.71% -
HSV(B) 310º 0.33% 0.85% -
XYZ 50.33 39.92 63.44 -
YUV 174.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 218 146 206 0 0.33 0.06 0.15 310 0.49 0.71
Hex DA 92 CE 0 21 6 F 136 31 47
Octal 332 222 316 0 41 6 17 466 61 107
Binary 11011010 10010010 11001110 0 100001 110 1111 100110110 110001 1000111

Color Harmonies of #DA92CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA92CE

Black with #DA92CE

Text Example


Text Example

White with #DA92CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA92CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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