Html Css Color HEX #DC809F Carissma

📋 copy color: '#DC809F'

red 220 ◦ green 128 ◦ blue 159

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

Shades of Carissma #DC809F

Tints of Carissma #DC809F

RGB

 RED value IS 220 (86.33% from 255) = 43.39%

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

 BLUE value IS 159 (62.5% from 255) = 31.36%

R = 43.39%
G = 25.25%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC809F (or 0xDC809F) is known color: Carissma. HEX triplet: DC, 80 and 9F. RGB value is (220,128,159). Sum of RGB (Red+Green+Blue) = 220+128+159=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC809F is #237F60. Grayscale: #9F9F9F. Windows color (decimal): -2326369 or 10453212. OLE color: 10453212.

HSL color Cylindrical-coordinate representation of color #DC809F: hue angle of 339.78º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC809F is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 159 -
CMYK 0 0.42 0.28 0.14
HSL 339.78º 0.57% 0.68% -
HSV(B) 339.78º 0.42% 0.86% -
XYZ 43.49 33.16 36.91 -
YUV 159.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 220 128 159 0 0.42 0.28 0.14 339.78 0.57 0.68
Hex DC 80 9F 0 2A 1C E 154 39 44
Octal 334 200 237 0 52 34 16 524 71 104
Binary 11011100 10000000 10011111 0 101010 11100 1110 101010100 111001 1000100

Color Harmonies of #DC809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC809F

Black with #DC809F

Text Example


Text Example

White with #DC809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC809F; }

 p { color: rgb(220,128,159); }

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

background-color css

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

 a { background-color: rgb(220,128,159); }

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

border-color css

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

 span { border-color: rgb(220,128,159); }

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