Html Css Color HEX #DD8186 Carissma

📋 copy color: '#DD8186'

red 221 ◦ green 129 ◦ blue 134

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

Shades of Carissma #DD8186

Tints of Carissma #DD8186

RGB

 RED value IS 221 (86.72% from 255) = 45.66%

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

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 45.66%
G = 26.65%
B = 27.69%

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

#DD8186 (or 0xDD8186) is known color: Carissma. HEX triplet: DD, 81 and 86. RGB value is (221,129,134). Sum of RGB (Red+Green+Blue) = 221+129+134=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8186 is #227E79. Grayscale: #9D9D9D. Windows color (decimal): -2260602 or 8815069. OLE color: 8815069.

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

Color convert

RGB 221 129 134 -
CMYK 0 0.42 0.39 0.13
HSL 356.74º 0.58% 0.69% -
HSV(B) 356.74º 0.42% 0.87% -
XYZ 41.97 32.79 26.67 -
YUV 157.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 221 129 134 0 0.42 0.39 0.13 356.74 0.58 0.69
Hex DD 81 86 0 2A 27 D 165 3A 45
Octal 335 201 206 0 52 47 15 545 72 105
Binary 11011101 10000001 10000110 0 101010 100111 1101 101100101 111010 1000101

Color Harmonies of #DD8186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8186

Black with #DD8186

Text Example


Text Example

White with #DD8186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8186; }

 p { color: rgb(221,129,134); }

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

background-color css

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

 a { background-color: rgb(221,129,134); }

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

border-color css

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

 span { border-color: rgb(221,129,134); }

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