Html Css Color HEX #DF8087 Carissma

📋 copy color: '#DF8087'

red 223 ◦ green 128 ◦ blue 135

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

Shades of Carissma #DF8087

Tints of Carissma #DF8087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

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

R = 45.88%
G = 26.34%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF8087 (or 0xDF8087) is known color: Carissma. HEX triplet: DF, 80 and 87. RGB value is (223,128,135). Sum of RGB (Red+Green+Blue) = 223+128+135=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8087 is #207F78. Grayscale: #9D9D9D. Windows color (decimal): -2129785 or 8880351. OLE color: 8880351.

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

Color convert

RGB 223 128 135 -
CMYK 0 0.43 0.39 0.13
HSL 355.58º 0.6% 0.69% -
HSV(B) 355.58º 0.43% 0.87% -
XYZ 42.52 32.88 27.03 -
YUV 157.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 223 128 135 0 0.43 0.39 0.13 355.58 0.6 0.69
Hex DF 80 87 0 2B 27 D 164 3C 45
Octal 337 200 207 0 53 47 15 544 74 105
Binary 11011111 10000000 10000111 0 101011 100111 1101 101100100 111100 1000101

Color Harmonies of #DF8087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8087

Black with #DF8087

Text Example


Text Example

White with #DF8087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8087; }

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

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

background-color css

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

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

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

border-color css

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

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

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