Html Css Color HEX #DF859A Carissma

📋 copy color: '#DF859A'

red 223 ◦ green 133 ◦ blue 154

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

Shades of Carissma #DF859A

Tints of Carissma #DF859A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.2%

R = 43.73%
G = 26.08%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF859A (or 0xDF859A) is known color: Carissma. HEX triplet: DF, 85 and 9A. RGB value is (223,133,154). Sum of RGB (Red+Green+Blue) = 223+133+154=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF859A is #207A65. Grayscale: #A2A2A2. Windows color (decimal): -2128486 or 10126815. OLE color: 10126815.

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

Color convert

RGB 223 133 154 -
CMYK 0 0.40 0.31 0.13
HSL 346º 0.58% 0.7% -
HSV(B) 346º 0.4% 0.87% -
XYZ 44.65 34.8 34.93 -
YUV 162.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 223 133 154 0 0.40 0.31 0.13 346 0.58 0.7
Hex DF 85 9A 0 28 1F D 15A 3A 46
Octal 337 205 232 0 50 37 15 532 72 106
Binary 11011111 10000101 10011010 0 101000 11111 1101 101011010 111010 1000110

Color Harmonies of #DF859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF859A

Black with #DF859A

Text Example


Text Example

White with #DF859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF859A; }

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

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

background-color css

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

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

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

border-color css

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

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

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