Html Css Color HEX #DD8696 Carissma

📋 copy color: '#DD8696'

red 221 ◦ green 134 ◦ blue 150

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

Shades of Carissma #DD8696

Tints of Carissma #DD8696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.7%

R = 43.76%
G = 26.53%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD8696 (or 0xDD8696) is known color: Carissma. HEX triplet: DD, 86 and 96. RGB value is (221,134,150). Sum of RGB (Red+Green+Blue) = 221+134+150=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8696 is #227969. Grayscale: #A1A1A1. Windows color (decimal): -2259306 or 9864925. OLE color: 9864925.

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

Color convert

RGB 221 134 150 -
CMYK 0 0.39 0.32 0.13
HSL 348.97º 0.56% 0.7% -
HSV(B) 348.97º 0.39% 0.87% -
XYZ 43.85 34.62 33.23 -
YUV 161.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 221 134 150 0 0.39 0.32 0.13 348.97 0.56 0.7
Hex DD 86 96 0 27 20 D 15D 38 46
Octal 335 206 226 0 47 40 15 535 70 106
Binary 11011101 10000110 10010110 0 100111 100000 1101 101011101 111000 1000110

Color Harmonies of #DD8696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8696

Black with #DD8696

Text Example


Text Example

White with #DD8696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8696; }

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

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

background-color css

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

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

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

border-color css

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

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

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