Html Css Color HEX #DF858E Carissma

📋 copy color: '#DF858E'

red 223 ◦ green 133 ◦ blue 142

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

Shades of Carissma #DF858E

Tints of Carissma #DF858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.71%

 BLUE value IS 142 (55.86% from 255) = 28.51%

R = 44.78%
G = 26.71%
B = 28.51%

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

#DF858E (or 0xDF858E) is known color: Carissma. HEX triplet: DF, 85 and 8E. RGB value is (223,133,142). Sum of RGB (Red+Green+Blue) = 223+133+142=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF858E is #207A71. Grayscale: #A0A0A0. Windows color (decimal): -2128498 or 9340383. OLE color: 9340383.

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

Color convert

RGB 223 133 142 -
CMYK 0 0.40 0.36 0.13
HSL 354º 0.58% 0.7% -
HSV(B) 354º 0.4% 0.87% -
XYZ 43.7 34.42 29.93 -
YUV 160.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 223 133 142 0 0.40 0.36 0.13 354 0.58 0.7
Hex DF 85 8E 0 28 24 D 162 3A 46
Octal 337 205 216 0 50 44 15 542 72 106
Binary 11011111 10000101 10001110 0 101000 100100 1101 101100010 111010 1000110

Color Harmonies of #DF858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF858E

Black with #DF858E

Text Example


Text Example

White with #DF858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF858E; }

 p { color: rgb(223,133,142); }

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

background-color css

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

 a { background-color: rgb(223,133,142); }

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

border-color css

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

 span { border-color: rgb(223,133,142); }

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