Html Css Color HEX #DD7D93 Carissma

📋 copy color: '#DD7D93'

red 221 ◦ green 125 ◦ blue 147

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

Shades of Carissma #DD7D93

Tints of Carissma #DD7D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 44.83%
G = 25.35%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7D93 (or 0xDD7D93) is known color: Carissma. HEX triplet: DD, 7D and 93. RGB value is (221,125,147). Sum of RGB (Red+Green+Blue) = 221+125+147=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D93 is #22826C. Grayscale: #9C9C9C. Windows color (decimal): -2261613 or 9666013. OLE color: 9666013.

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

Color convert

RGB 221 125 147 -
CMYK 0 0.43 0.33 0.13
HSL 346.25º 0.59% 0.68% -
HSV(B) 346.25º 0.43% 0.87% -
XYZ 42.42 32.15 31.57 -
YUV 156.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 221 125 147 0 0.43 0.33 0.13 346.25 0.59 0.68
Hex DD 7D 93 0 2B 21 D 15A 3B 44
Octal 335 175 223 0 53 41 15 532 73 104
Binary 11011101 1111101 10010011 0 101011 100001 1101 101011010 111011 1000100

Color Harmonies of #DD7D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D93

Black with #DD7D93

Text Example


Text Example

White with #DD7D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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