Html Css Color HEX #DF8388 Carissma

📋 copy color: '#DF8388'

red 223 ◦ green 131 ◦ blue 136

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

Shades of Carissma #DF8388

Tints of Carissma #DF8388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.73%

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

R = 45.51%
G = 26.73%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF8388 (or 0xDF8388) is known color: Carissma. HEX triplet: DF, 83 and 88. RGB value is (223,131,136). Sum of RGB (Red+Green+Blue) = 223+131+136=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8388 is #207C77. Grayscale: #9F9F9F. Windows color (decimal): -2129016 or 8946655. OLE color: 8946655.

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

Color convert

RGB 223 131 136 -
CMYK 0 0.41 0.39 0.13
HSL 356.74º 0.59% 0.69% -
HSV(B) 356.74º 0.41% 0.87% -
XYZ 42.99 33.7 27.53 -
YUV 159.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 223 131 136 0 0.41 0.39 0.13 356.74 0.59 0.69
Hex DF 83 88 0 29 27 D 165 3B 45
Octal 337 203 210 0 51 47 15 545 73 105
Binary 11011111 10000011 10001000 0 101001 100111 1101 101100101 111011 1000101

Color Harmonies of #DF8388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8388

Black with #DF8388

Text Example


Text Example

White with #DF8388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8388; }

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

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

background-color css

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

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

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

border-color css

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

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

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