Html Css Color HEX #DD7E93 Carissma

📋 copy color: '#DD7E93'

red 221 ◦ green 126 ◦ blue 147

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

Shades of Carissma #DD7E93

Tints of Carissma #DD7E93

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.51%

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

R = 44.74%
G = 25.51%
B = 29.76%

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

#DD7E93 (or 0xDD7E93) is known color: Carissma. HEX triplet: DD, 7E and 93. RGB value is (221,126,147). Sum of RGB (Red+Green+Blue) = 221+126+147=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E93 is #22816C. Grayscale: #9C9C9C. Windows color (decimal): -2261357 or 9666269. OLE color: 9666269.

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

Color convert

RGB 221 126 147 -
CMYK 0 0.43 0.33 0.13
HSL 346.74º 0.58% 0.68% -
HSV(B) 346.74º 0.43% 0.87% -
XYZ 42.55 32.4 31.62 -
YUV 156.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 221 126 147 0 0.43 0.33 0.13 346.74 0.58 0.68
Hex DD 7E 93 0 2B 21 D 15B 3A 44
Octal 335 176 223 0 53 41 15 533 72 104
Binary 11011101 1111110 10010011 0 101011 100001 1101 101011011 111010 1000100

Color Harmonies of #DD7E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E93

Black with #DD7E93

Text Example


Text Example

White with #DD7E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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