Html Css Color HEX #DF859D Carissma

📋 copy color: '#DF859D'

red 223 ◦ green 133 ◦ blue 157

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

Shades of Carissma #DF859D

Tints of Carissma #DF859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.6%

R = 43.47%
G = 25.93%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF859D (or 0xDF859D) is known color: Carissma. HEX triplet: DF, 85 and 9D. RGB value is (223,133,157). Sum of RGB (Red+Green+Blue) = 223+133+157=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF859D is #207A62. Grayscale: #A2A2A2. Windows color (decimal): -2128483 or 10323423. OLE color: 10323423.

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

Color convert

RGB 223 133 157 -
CMYK 0 0.40 0.30 0.13
HSL 344º 0.58% 0.7% -
HSV(B) 344º 0.4% 0.87% -
XYZ 44.9 34.9 36.27 -
YUV 162.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 223 133 157 0 0.40 0.30 0.13 344 0.58 0.7
Hex DF 85 9D 0 28 1E D 158 3A 46
Octal 337 205 235 0 50 36 15 530 72 106
Binary 11011111 10000101 10011101 0 101000 11110 1101 101011000 111010 1000110

Color Harmonies of #DF859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF859D

Black with #DF859D

Text Example


Text Example

White with #DF859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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