Html Css Color HEX #DF859B Carissma

📋 copy color: '#DF859B'

red 223 ◦ green 133 ◦ blue 155

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

Shades of Carissma #DF859B

Tints of Carissma #DF859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.33%

R = 43.64%
G = 26.03%
B = 30.33%

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

#DF859B (or 0xDF859B) is known color: Carissma. HEX triplet: DF, 85 and 9B. RGB value is (223,133,155). Sum of RGB (Red+Green+Blue) = 223+133+155=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF859B is #207A64. Grayscale: #A2A2A2. Windows color (decimal): -2128485 or 10192351. OLE color: 10192351.

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

Color convert

RGB 223 133 155 -
CMYK 0 0.40 0.30 0.13
HSL 345.33º 0.58% 0.7% -
HSV(B) 345.33º 0.4% 0.87% -
XYZ 44.74 34.83 35.38 -
YUV 162.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 223 133 155 0 0.40 0.30 0.13 345.33 0.58 0.7
Hex DF 85 9B 0 28 1E D 159 3A 46
Octal 337 205 233 0 50 36 15 531 72 106
Binary 11011111 10000101 10011011 0 101000 11110 1101 101011001 111010 1000110

Color Harmonies of #DF859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF859B

Black with #DF859B

Text Example


Text Example

White with #DF859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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