Html Css Color HEX #DA94CE Plum

📋 copy color: '#DA94CE'

red 218 ◦ green 148 ◦ blue 206

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

Shades of Plum #DA94CE

Tints of Plum #DA94CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.87%

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

R = 38.11%
G = 25.87%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA94CE (or 0xDA94CE) is known color: Plum. HEX triplet: DA, 94 and CE. RGB value is (218,148,206). Sum of RGB (Red+Green+Blue) = 218+148+206=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94CE is #256B31. Grayscale: #AFAFAF. Windows color (decimal): -2452274 or 13538522. OLE color: 13538522.

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

Color convert

RGB 218 148 206 -
CMYK 0 0.32 0.06 0.15
HSL 310.29º 0.49% 0.72% -
HSV(B) 310.29º 0.32% 0.85% -
XYZ 50.64 40.54 63.55 -
YUV 175.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 218 148 206 0 0.32 0.06 0.15 310.29 0.49 0.72
Hex DA 94 CE 0 20 6 F 136 31 48
Octal 332 224 316 0 40 6 17 466 61 110
Binary 11011010 10010100 11001110 0 100000 110 1111 100110110 110001 1001000

Color Harmonies of #DA94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA94CE

Black with #DA94CE

Text Example


Text Example

White with #DA94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA94CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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