Html Css Color HEX #DD8497 Carissma

📋 copy color: '#DD8497'

red 221 ◦ green 132 ◦ blue 151

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

Shades of Carissma #DD8497

Tints of Carissma #DD8497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.19%

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

R = 43.85%
G = 26.19%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD8497 (or 0xDD8497) is known color: Carissma. HEX triplet: DD, 84 and 97. RGB value is (221,132,151). Sum of RGB (Red+Green+Blue) = 221+132+151=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8497 is #227B68. Grayscale: #A0A0A0. Windows color (decimal): -2259817 or 9929949. OLE color: 9929949.

HSL color Cylindrical-coordinate representation of color #DD8497: hue angle of 347.19º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8497 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 151 -
CMYK 0 0.40 0.32 0.13
HSL 347.19º 0.57% 0.69% -
HSV(B) 347.19º 0.4% 0.87% -
XYZ 43.66 34.11 33.56 -
YUV 160.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 221 132 151 0 0.40 0.32 0.13 347.19 0.57 0.69
Hex DD 84 97 0 28 20 D 15B 39 45
Octal 335 204 227 0 50 40 15 533 71 105
Binary 11011101 10000100 10010111 0 101000 100000 1101 101011011 111001 1000101

Color Harmonies of #DD8497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8497

Black with #DD8497

Text Example


Text Example

White with #DD8497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8497; }

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

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

background-color css

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

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

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

border-color css

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

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

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