Html Css Color HEX #DF8188 Carissma

📋 copy color: '#DF8188'

red 223 ◦ green 129 ◦ blue 136

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

Shades of Carissma #DF8188

Tints of Carissma #DF8188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.43%

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

R = 45.7%
G = 26.43%
B = 27.87%

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

#DF8188 (or 0xDF8188) is known color: Carissma. HEX triplet: DF, 81 and 88. RGB value is (223,129,136). Sum of RGB (Red+Green+Blue) = 223+129+136=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8188 is #207E77. Grayscale: #9D9D9D. Windows color (decimal): -2129528 or 8946143. OLE color: 8946143.

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

Color convert

RGB 223 129 136 -
CMYK 0 0.42 0.39 0.13
HSL 355.53º 0.59% 0.69% -
HSV(B) 355.53º 0.42% 0.87% -
XYZ 42.73 33.17 27.44 -
YUV 157.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 223 129 136 0 0.42 0.39 0.13 355.53 0.59 0.69
Hex DF 81 88 0 2A 27 D 164 3B 45
Octal 337 201 210 0 52 47 15 544 73 105
Binary 11011111 10000001 10001000 0 101010 100111 1101 101100100 111011 1000101

Color Harmonies of #DF8188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8188

Black with #DF8188

Text Example


Text Example

White with #DF8188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8188; }

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

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

background-color css

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

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

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

border-color css

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

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

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