Html Css Color HEX #DC8199 Carissma

📋 copy color: '#DC8199'

red 220 ◦ green 129 ◦ blue 153

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

Shades of Carissma #DC8199

Tints of Carissma #DC8199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.7%

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

R = 43.82%
G = 25.7%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC8199 (or 0xDC8199) is known color: Carissma. HEX triplet: DC, 81 and 99. RGB value is (220,129,153). Sum of RGB (Red+Green+Blue) = 220+129+153=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8199 is #237E66. Grayscale: #9E9E9E. Windows color (decimal): -2326119 or 10060252. OLE color: 10060252.

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

Color convert

RGB 220 129 153 -
CMYK 0 0.41 0.30 0.14
HSL 344.18º 0.57% 0.68% -
HSV(B) 344.18º 0.41% 0.86% -
XYZ 43.12 33.22 34.28 -
YUV 158.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 220 129 153 0 0.41 0.30 0.14 344.18 0.57 0.68
Hex DC 81 99 0 29 1E E 158 39 44
Octal 334 201 231 0 51 36 16 530 71 104
Binary 11011100 10000001 10011001 0 101001 11110 1110 101011000 111001 1000100

Color Harmonies of #DC8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8199

Black with #DC8199

Text Example


Text Example

White with #DC8199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8199; }

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

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

background-color css

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

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

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

border-color css

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

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

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