Html Css Color HEX #DC8287 Carissma

📋 copy color: '#DC8287'

red 220 ◦ green 130 ◦ blue 135

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

Shades of Carissma #DC8287

Tints of Carissma #DC8287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.8%

 BLUE value IS 135 (53.13% from 255) = 27.84%

R = 45.36%
G = 26.8%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC8287 (or 0xDC8287) is known color: Carissma. HEX triplet: DC, 82 and 87. RGB value is (220,130,135). Sum of RGB (Red+Green+Blue) = 220+130+135=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8287 is #237D78. Grayscale: #9D9D9D. Windows color (decimal): -2325881 or 8880860. OLE color: 8880860.

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

Color convert

RGB 220 130 135 -
CMYK 0 0.41 0.39 0.14
HSL 356.67º 0.56% 0.69% -
HSV(B) 356.67º 0.41% 0.86% -
XYZ 41.87 32.93 27.07 -
YUV 157.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 220 130 135 0 0.41 0.39 0.14 356.67 0.56 0.69
Hex DC 82 87 0 29 27 E 165 38 45
Octal 334 202 207 0 51 47 16 545 70 105
Binary 11011100 10000010 10000111 0 101001 100111 1110 101100101 111000 1000101

Color Harmonies of #DC8287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8287

Black with #DC8287

Text Example


Text Example

White with #DC8287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8287; }

 p { color: rgb(220,130,135); }

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

background-color css

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

 a { background-color: rgb(220,130,135); }

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

border-color css

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

 span { border-color: rgb(220,130,135); }

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