Html Css Color HEX #DD7D99 Carissma

📋 copy color: '#DD7D99'

red 221 ◦ green 125 ◦ blue 153

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

Shades of Carissma #DD7D99

Tints of Carissma #DD7D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.05%

 BLUE value IS 153 (60.16% from 255) = 30.66%

R = 44.29%
G = 25.05%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7D99 (or 0xDD7D99) is known color: Carissma. HEX triplet: DD, 7D and 99. RGB value is (221,125,153). Sum of RGB (Red+Green+Blue) = 221+125+153=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D99 is #228266. Grayscale: #9C9C9C. Windows color (decimal): -2261607 or 10059229. OLE color: 10059229.

HSL color Cylindrical-coordinate representation of color #DD7D99: hue angle of 342.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7D99 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 125 153 -
CMYK 0 0.43 0.31 0.13
HSL 342.5º 0.59% 0.68% -
HSV(B) 342.5º 0.43% 0.87% -
XYZ 42.9 32.34 34.12 -
YUV 156.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 221 125 153 0 0.43 0.31 0.13 342.5 0.59 0.68
Hex DD 7D 99 0 2B 1F D 156 3B 44
Octal 335 175 231 0 53 37 15 526 73 104
Binary 11011101 1111101 10011001 0 101011 11111 1101 101010110 111011 1000100

Color Harmonies of #DD7D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D99

Black with #DD7D99

Text Example


Text Example

White with #DD7D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D99; }

 p { color: rgb(221,125,153); }

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

background-color css

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

 a { background-color: rgb(221,125,153); }

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

border-color css

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

 span { border-color: rgb(221,125,153); }

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