Html Css Color HEX #DF868B Carissma

📋 copy color: '#DF868B'

red 223 ◦ green 134 ◦ blue 139

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

Shades of Carissma #DF868B

Tints of Carissma #DF868B

RGB

 RED value IS 223 (87.5% from 255) = 44.96%

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

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

R = 44.96%
G = 27.02%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF868B (or 0xDF868B) is known color: Carissma. HEX triplet: DF, 86 and 8B. RGB value is (223,134,139). Sum of RGB (Red+Green+Blue) = 223+134+139=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF868B is #207974. Grayscale: #A1A1A1. Windows color (decimal): -2128245 or 9144031. OLE color: 9144031.

HSL color Cylindrical-coordinate representation of color #DF868B: hue angle of 356.63º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF868B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 134 139 -
CMYK 0 0.40 0.38 0.13
HSL 356.63º 0.58% 0.7% -
HSV(B) 356.63º 0.4% 0.87% -
XYZ 43.62 34.6 28.81 -
YUV 161.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 223 134 139 0 0.40 0.38 0.13 356.63 0.58 0.7
Hex DF 86 8B 0 28 26 D 165 3A 46
Octal 337 206 213 0 50 46 15 545 72 106
Binary 11011111 10000110 10001011 0 101000 100110 1101 101100101 111010 1000110

Color Harmonies of #DF868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF868B

Black with #DF868B

Text Example


Text Example

White with #DF868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF868B; }

 p { color: rgb(223,134,139); }

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

background-color css

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

 a { background-color: rgb(223,134,139); }

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

border-color css

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

 span { border-color: rgb(223,134,139); }

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