Html Css Color HEX #DF8287 Carissma

📋 copy color: '#DF8287'

red 223 ◦ green 130 ◦ blue 135

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

Shades of Carissma #DF8287

Tints of Carissma #DF8287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.64%

 BLUE value IS 135 (53.13% from 255) = 27.66%

R = 45.7%
G = 26.64%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF8287 (or 0xDF8287) is known color: Carissma. HEX triplet: DF, 82 and 87. RGB value is (223,130,135). Sum of RGB (Red+Green+Blue) = 223+130+135=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8287 is #207D78. Grayscale: #9E9E9E. Windows color (decimal): -2129273 or 8880863. OLE color: 8880863.

HSL color Cylindrical-coordinate representation of color #DF8287: hue angle of 356.77º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF8287 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 130 135 -
CMYK 0 0.42 0.39 0.13
HSL 356.77º 0.59% 0.69% -
HSV(B) 356.77º 0.42% 0.87% -
XYZ 42.79 33.4 27.11 -
YUV 158.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 223 130 135 0 0.42 0.39 0.13 356.77 0.59 0.69
Hex DF 82 87 0 2A 27 D 165 3B 45
Octal 337 202 207 0 52 47 15 545 73 105
Binary 11011111 10000010 10000111 0 101010 100111 1101 101100101 111011 1000101

Color Harmonies of #DF8287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8287

Black with #DF8287

Text Example


Text Example

White with #DF8287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8287; }

 p { color: rgb(223,130,135); }

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

background-color css

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

 a { background-color: rgb(223,130,135); }

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

border-color css

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

 span { border-color: rgb(223,130,135); }

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