Html Css Color HEX #DC888F Carissma

📋 copy color: '#DC888F'

red 220 ◦ green 136 ◦ blue 143

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

Shades of Carissma #DC888F

Tints of Carissma #DC888F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.66%

R = 44.09%
G = 27.25%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC888F (or 0xDC888F) is known color: Carissma. HEX triplet: DC, 88 and 8F. RGB value is (220,136,143). Sum of RGB (Red+Green+Blue) = 220+136+143=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC888F is #237770. Grayscale: #A1A1A1. Windows color (decimal): -2324337 or 9406684. OLE color: 9406684.

HSL color Cylindrical-coordinate representation of color #DC888F: hue angle of 355º 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 #DC888F is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 143 -
CMYK 0 0.38 0.35 0.14
HSL 355º 0.55% 0.7% -
HSV(B) 355º 0.38% 0.86% -
XYZ 43.28 34.81 30.42 -
YUV 161.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 220 136 143 0 0.38 0.35 0.14 355 0.55 0.7
Hex DC 88 8F 0 26 23 E 163 37 46
Octal 334 210 217 0 46 43 16 543 67 106
Binary 11011100 10001000 10001111 0 100110 100011 1110 101100011 110111 1000110

Color Harmonies of #DC888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC888F

Black with #DC888F

Text Example


Text Example

White with #DC888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC888F; }

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

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

background-color css

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

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

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

border-color css

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

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

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