Html Css Color HEX #DF8688 Carissma

📋 copy color: '#DF8688'

red 223 ◦ green 134 ◦ blue 136

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

Shades of Carissma #DF8688

Tints of Carissma #DF8688

RGB

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

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

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

R = 45.23%
G = 27.18%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF8688 (or 0xDF8688) is known color: Carissma. HEX triplet: DF, 86 and 88. RGB value is (223,134,136). Sum of RGB (Red+Green+Blue) = 223+134+136=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8688 is #207977. Grayscale: #A0A0A0. Windows color (decimal): -2128248 or 8947423. OLE color: 8947423.

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

Color convert

RGB 223 134 136 -
CMYK 0 0.40 0.39 0.13
HSL 358.65º 0.58% 0.7% -
HSV(B) 358.65º 0.4% 0.87% -
XYZ 43.4 34.52 27.67 -
YUV 160.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 223 134 136 0 0.40 0.39 0.13 358.65 0.58 0.7
Hex DF 86 88 0 28 27 D 167 3A 46
Octal 337 206 210 0 50 47 15 547 72 106
Binary 11011111 10000110 10001000 0 101000 100111 1101 101100111 111010 1000110

Color Harmonies of #DF8688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8688

Black with #DF8688

Text Example


Text Example

White with #DF8688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8688; }

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

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

background-color css

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

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

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

border-color css

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

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

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