Html Css Color HEX #DF858F Carissma

📋 copy color: '#DF858F'

red 223 ◦ green 133 ◦ blue 143

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

Shades of Carissma #DF858F

Tints of Carissma #DF858F

RGB

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

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

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

R = 44.69%
G = 26.65%
B = 28.66%

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

#DF858F (or 0xDF858F) is known color: Carissma. HEX triplet: DF, 85 and 8F. RGB value is (223,133,143). Sum of RGB (Red+Green+Blue) = 223+133+143=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF858F is #207A70. Grayscale: #A1A1A1. Windows color (decimal): -2128497 or 9405919. OLE color: 9405919.

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

Color convert

RGB 223 133 143 -
CMYK 0 0.40 0.36 0.13
HSL 353.33º 0.58% 0.7% -
HSV(B) 353.33º 0.4% 0.87% -
XYZ 43.78 34.45 30.33 -
YUV 161.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 223 133 143 0 0.40 0.36 0.13 353.33 0.58 0.7
Hex DF 85 8F 0 28 24 D 161 3A 46
Octal 337 205 217 0 50 44 15 541 72 106
Binary 11011111 10000101 10001111 0 101000 100100 1101 101100001 111010 1000110

Color Harmonies of #DF858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF858F

Black with #DF858F

Text Example


Text Example

White with #DF858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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