Html Css Color HEX #DF869E Carissma

📋 copy color: '#DF869E'

red 223 ◦ green 134 ◦ blue 158

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

Shades of Carissma #DF869E

Tints of Carissma #DF869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.02%

 BLUE value IS 158 (62.11% from 255) = 30.68%

R = 43.3%
G = 26.02%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF869E (or 0xDF869E) is known color: Carissma. HEX triplet: DF, 86 and 9E. RGB value is (223,134,158). Sum of RGB (Red+Green+Blue) = 223+134+158=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF869E is #207961. Grayscale: #A3A3A3. Windows color (decimal): -2128226 or 10389215. OLE color: 10389215.

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

Color convert

RGB 223 134 158 -
CMYK 0 0.40 0.29 0.13
HSL 343.82º 0.58% 0.7% -
HSV(B) 343.82º 0.4% 0.87% -
XYZ 45.13 35.21 36.76 -
YUV 163.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 223 134 158 0 0.40 0.29 0.13 343.82 0.58 0.7
Hex DF 86 9E 0 28 1D D 158 3A 46
Octal 337 206 236 0 50 35 15 530 72 106
Binary 11011111 10000110 10011110 0 101000 11101 1101 101011000 111010 1000110

Color Harmonies of #DF869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF869E

Black with #DF869E

Text Example


Text Example

White with #DF869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF869E; }

 p { color: rgb(223,134,158); }

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

background-color css

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

 a { background-color: rgb(223,134,158); }

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

border-color css

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

 span { border-color: rgb(223,134,158); }

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