Html Css Color HEX #DE809C Carissma

📋 copy color: '#DE809C'

red 222 ◦ green 128 ◦ blue 156

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

Shades of Carissma #DE809C

Tints of Carissma #DE809C

RGB

 RED value IS 222 (87.11% from 255) = 43.87%

 GREEN value IS 128 (50.39% from 255) = 25.3%

 BLUE value IS 156 (61.33% from 255) = 30.83%

R = 43.87%
G = 25.3%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE809C (or 0xDE809C) is known color: Carissma. HEX triplet: DE, 80 and 9C. RGB value is (222,128,156). Sum of RGB (Red+Green+Blue) = 222+128+156=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE809C is #217F63. Grayscale: #9F9F9F. Windows color (decimal): -2195300 or 10256606. OLE color: 10256606.

HSL color Cylindrical-coordinate representation of color #DE809C: hue angle of 342.13º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE809C is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 128 156 -
CMYK 0 0.42 0.30 0.13
HSL 342.13º 0.59% 0.69% -
HSV(B) 342.13º 0.42% 0.87% -
XYZ 43.84 33.37 35.58 -
YUV 159.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 222 128 156 0 0.42 0.30 0.13 342.13 0.59 0.69
Hex DE 80 9C 0 2A 1E D 156 3B 45
Octal 336 200 234 0 52 36 15 526 73 105
Binary 11011110 10000000 10011100 0 101010 11110 1101 101010110 111011 1000101

Color Harmonies of #DE809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE809C

Black with #DE809C

Text Example


Text Example

White with #DE809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE809C; }

 p { color: rgb(222,128,156); }

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

background-color css

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

 a { background-color: rgb(222,128,156); }

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

border-color css

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

 span { border-color: rgb(222,128,156); }

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