Html Css Color HEX #DD8197 Carissma

📋 copy color: '#DD8197'

red 221 ◦ green 129 ◦ blue 151

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

Shades of Carissma #DD8197

Tints of Carissma #DD8197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.14%

R = 44.11%
G = 25.75%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD8197 (or 0xDD8197) is known color: Carissma. HEX triplet: DD, 81 and 97. RGB value is (221,129,151). Sum of RGB (Red+Green+Blue) = 221+129+151=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8197 is #227E68. Grayscale: #9F9F9F. Windows color (decimal): -2260585 or 9929181. OLE color: 9929181.

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

Color convert

RGB 221 129 151 -
CMYK 0 0.42 0.32 0.13
HSL 345.65º 0.58% 0.69% -
HSV(B) 345.65º 0.42% 0.87% -
XYZ 43.25 33.31 33.43 -
YUV 159.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 221 129 151 0 0.42 0.32 0.13 345.65 0.58 0.69
Hex DD 81 97 0 2A 20 D 15A 3A 45
Octal 335 201 227 0 52 40 15 532 72 105
Binary 11011101 10000001 10010111 0 101010 100000 1101 101011010 111010 1000101

Color Harmonies of #DD8197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8197

Black with #DD8197

Text Example


Text Example

White with #DD8197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8197; }

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

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

background-color css

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

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

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

border-color css

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

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

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