Html Css Color HEX #DC868C Carissma

📋 copy color: '#DC868C'

red 220 ◦ green 134 ◦ blue 140

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

Shades of Carissma #DC868C

Tints of Carissma #DC868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.13%

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 44.53%
G = 27.13%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC868C (or 0xDC868C) is known color: Carissma. HEX triplet: DC, 86 and 8C. RGB value is (220,134,140). Sum of RGB (Red+Green+Blue) = 220+134+140=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC868C is #237973. Grayscale: #A0A0A0. Windows color (decimal): -2324852 or 9209564. OLE color: 9209564.

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

Color convert

RGB 220 134 140 -
CMYK 0 0.39 0.36 0.14
HSL 355.81º 0.55% 0.69% -
HSV(B) 355.81º 0.39% 0.86% -
XYZ 42.77 34.16 29.15 -
YUV 160.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 220 134 140 0 0.39 0.36 0.14 355.81 0.55 0.69
Hex DC 86 8C 0 27 24 E 164 37 45
Octal 334 206 214 0 47 44 16 544 67 105
Binary 11011100 10000110 10001100 0 100111 100100 1110 101100100 110111 1000101

Color Harmonies of #DC868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC868C

Black with #DC868C

Text Example


Text Example

White with #DC868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC868C; }

 p { color: rgb(220,134,140); }

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

background-color css

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

 a { background-color: rgb(220,134,140); }

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

border-color css

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

 span { border-color: rgb(220,134,140); }

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