Html Css Color HEX #DF868F Carissma

📋 copy color: '#DF868F'

red 223 ◦ green 134 ◦ blue 143

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

Shades of Carissma #DF868F

Tints of Carissma #DF868F

RGB

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

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

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

R = 44.6%
G = 26.8%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF868F (or 0xDF868F) is known color: Carissma. HEX triplet: DF, 86 and 8F. RGB value is (223,134,143). Sum of RGB (Red+Green+Blue) = 223+134+143=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF868F is #207970. Grayscale: #A1A1A1. Windows color (decimal): -2128241 or 9406175. OLE color: 9406175.

HSL color Cylindrical-coordinate representation of color #DF868F: hue angle of 353.93º 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 #DF868F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 134 143 -
CMYK 0 0.40 0.36 0.13
HSL 353.93º 0.58% 0.7% -
HSV(B) 353.93º 0.4% 0.87% -
XYZ 43.91 34.72 30.37 -
YUV 161.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 223 134 143 0 0.40 0.36 0.13 353.93 0.58 0.7
Hex DF 86 8F 0 28 24 D 162 3A 46
Octal 337 206 217 0 50 44 15 542 72 106
Binary 11011111 10000110 10001111 0 101000 100100 1101 101100010 111010 1000110

Color Harmonies of #DF868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF868F

Black with #DF868F

Text Example


Text Example

White with #DF868F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF868F; }

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

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

background-color css

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

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

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

border-color css

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

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

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