Html Css Color HEX #DC8499 Carissma

📋 copy color: '#DC8499'

red 220 ◦ green 132 ◦ blue 153

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

Shades of Carissma #DC8499

Tints of Carissma #DC8499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.14%

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

R = 43.56%
G = 26.14%
B = 30.3%

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

#DC8499 (or 0xDC8499) is known color: Carissma. HEX triplet: DC, 84 and 99. RGB value is (220,132,153). Sum of RGB (Red+Green+Blue) = 220+132+153=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8499 is #237B66. Grayscale: #A0A0A0. Windows color (decimal): -2325351 or 10061020. OLE color: 10061020.

HSL color Cylindrical-coordinate representation of color #DC8499: hue angle of 345.68º degrees, saturation: 0.56, 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 #DC8499 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 153 -
CMYK 0 0.40 0.30 0.14
HSL 345.68º 0.56% 0.69% -
HSV(B) 345.68º 0.4% 0.86% -
XYZ 43.52 34.02 34.41 -
YUV 160.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 220 132 153 0 0.40 0.30 0.14 345.68 0.56 0.69
Hex DC 84 99 0 28 1E E 15A 38 45
Octal 334 204 231 0 50 36 16 532 70 105
Binary 11011100 10000100 10011001 0 101000 11110 1110 101011010 111000 1000101

Color Harmonies of #DC8499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8499

Black with #DC8499

Text Example


Text Example

White with #DC8499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8499; }

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

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

background-color css

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

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

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

border-color css

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

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

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