Html Css Color HEX #DC868F Carissma

📋 copy color: '#DC868F'

red 220 ◦ green 134 ◦ blue 143

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

Shades of Carissma #DC868F

Tints of Carissma #DC868F

RGB

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

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

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

R = 44.27%
G = 26.96%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC868F (or 0xDC868F) is known color: Carissma. HEX triplet: DC, 86 and 8F. RGB value is (220,134,143). Sum of RGB (Red+Green+Blue) = 220+134+143=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC868F is #237970. Grayscale: #A0A0A0. Windows color (decimal): -2324849 or 9406172. OLE color: 9406172.

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

Color convert

RGB 220 134 143 -
CMYK 0 0.39 0.35 0.14
HSL 353.72º 0.55% 0.69% -
HSV(B) 353.72º 0.39% 0.86% -
XYZ 43 34.25 30.33 -
YUV 160.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 220 134 143 0 0.39 0.35 0.14 353.72 0.55 0.69
Hex DC 86 8F 0 27 23 E 162 37 45
Octal 334 206 217 0 47 43 16 542 67 105
Binary 11011100 10000110 10001111 0 100111 100011 1110 101100010 110111 1000101

Color Harmonies of #DC868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC868F

Black with #DC868F

Text Example


Text Example

White with #DC868F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC868F; }

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

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

background-color css

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

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

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

border-color css

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

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

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