Html Css Color HEX #DC888B Carissma

📋 copy color: '#DC888B'

red 220 ◦ green 136 ◦ blue 139

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

Shades of Carissma #DC888B

Tints of Carissma #DC888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.47%

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 44.44%
G = 27.47%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC888B (or 0xDC888B) is known color: Carissma. HEX triplet: DC, 88 and 8B. RGB value is (220,136,139). Sum of RGB (Red+Green+Blue) = 220+136+139=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC888B is #237774. Grayscale: #A1A1A1. Windows color (decimal): -2324341 or 9144540. OLE color: 9144540.

HSL color Cylindrical-coordinate representation of color #DC888B: hue angle of 357.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC888B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 139 -
CMYK 0 0.38 0.37 0.14
HSL 357.86º 0.55% 0.7% -
HSV(B) 357.86º 0.38% 0.86% -
XYZ 42.98 34.69 28.86 -
YUV 161.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 220 136 139 0 0.38 0.37 0.14 357.86 0.55 0.7
Hex DC 88 8B 0 26 25 E 166 37 46
Octal 334 210 213 0 46 45 16 546 67 106
Binary 11011100 10001000 10001011 0 100110 100101 1110 101100110 110111 1000110

Color Harmonies of #DC888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC888B

Black with #DC888B

Text Example


Text Example

White with #DC888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC888B; }

 p { color: rgb(220,136,139); }

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

background-color css

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

 a { background-color: rgb(220,136,139); }

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

border-color css

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

 span { border-color: rgb(220,136,139); }

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