Html Css Color HEX #DD8691 Carissma

📋 copy color: '#DD8691'

red 221 ◦ green 134 ◦ blue 145

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

Shades of Carissma #DD8691

Tints of Carissma #DD8691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29%

R = 44.2%
G = 26.8%
B = 29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD8691 (or 0xDD8691) is known color: Carissma. HEX triplet: DD, 86 and 91. RGB value is (221,134,145). Sum of RGB (Red+Green+Blue) = 221+134+145=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8691 is #22796E. Grayscale: #A1A1A1. Windows color (decimal): -2259311 or 9537245. OLE color: 9537245.

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

Color convert

RGB 221 134 145 -
CMYK 0 0.39 0.34 0.13
HSL 352.41º 0.56% 0.7% -
HSV(B) 352.41º 0.39% 0.87% -
XYZ 43.45 34.47 31.15 -
YUV 161.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 221 134 145 0 0.39 0.34 0.13 352.41 0.56 0.7
Hex DD 86 91 0 27 22 D 160 38 46
Octal 335 206 221 0 47 42 15 540 70 106
Binary 11011101 10000110 10010001 0 100111 100010 1101 101100000 111000 1000110

Color Harmonies of #DD8691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8691

Black with #DD8691

Text Example


Text Example

White with #DD8691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8691; }

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

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

background-color css

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

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

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

border-color css

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

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

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