Html Css Color HEX #DF8288 Carissma

📋 copy color: '#DF8288'

red 223 ◦ green 130 ◦ blue 136

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

Shades of Carissma #DF8288

Tints of Carissma #DF8288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 45.6%
G = 26.58%
B = 27.81%

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

#DF8288 (or 0xDF8288) is known color: Carissma. HEX triplet: DF, 82 and 88. RGB value is (223,130,136). Sum of RGB (Red+Green+Blue) = 223+130+136=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8288 is #207D77. Grayscale: #9E9E9E. Windows color (decimal): -2129272 or 8946399. OLE color: 8946399.

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

Color convert

RGB 223 130 136 -
CMYK 0 0.42 0.39 0.13
HSL 356.13º 0.59% 0.69% -
HSV(B) 356.13º 0.42% 0.87% -
XYZ 42.86 33.43 27.49 -
YUV 158.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 223 130 136 0 0.42 0.39 0.13 356.13 0.59 0.69
Hex DF 82 88 0 2A 27 D 164 3B 45
Octal 337 202 210 0 52 47 15 544 73 105
Binary 11011111 10000010 10001000 0 101010 100111 1101 101100100 111011 1000101

Color Harmonies of #DF8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8288

Black with #DF8288

Text Example


Text Example

White with #DF8288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8288; }

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

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

background-color css

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

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

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

border-color css

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

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

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