Html Css Color HEX #DC8599 Carissma

📋 copy color: '#DC8599'

red 220 ◦ green 133 ◦ blue 153

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

Shades of Carissma #DC8599

Tints of Carissma #DC8599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.28%

 BLUE value IS 153 (60.16% from 255) = 30.24%

R = 43.48%
G = 26.28%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC8599 (or 0xDC8599) is known color: Carissma. HEX triplet: DC, 85 and 99. RGB value is (220,133,153). Sum of RGB (Red+Green+Blue) = 220+133+153=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8599 is #237A66. Grayscale: #A1A1A1. Windows color (decimal): -2325095 or 10061276. OLE color: 10061276.

HSL color Cylindrical-coordinate representation of color #DC8599: hue angle of 346.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8599 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 153 -
CMYK 0 0.40 0.30 0.14
HSL 346.21º 0.55% 0.69% -
HSV(B) 346.21º 0.4% 0.86% -
XYZ 43.65 34.29 34.46 -
YUV 161.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 220 133 153 0 0.40 0.30 0.14 346.21 0.55 0.69
Hex DC 85 99 0 28 1E E 15A 37 45
Octal 334 205 231 0 50 36 16 532 67 105
Binary 11011100 10000101 10011001 0 101000 11110 1110 101011010 110111 1000101

Color Harmonies of #DC8599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8599

Black with #DC8599

Text Example


Text Example

White with #DC8599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8599; }

 p { color: rgb(220,133,153); }

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

background-color css

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

 a { background-color: rgb(220,133,153); }

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

border-color css

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

 span { border-color: rgb(220,133,153); }

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