Html Css Color HEX #DD7E98 Carissma

📋 copy color: '#DD7E98'

red 221 ◦ green 126 ◦ blue 152

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

Shades of Carissma #DD7E98

Tints of Carissma #DD7E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.46%

R = 44.29%
G = 25.25%
B = 30.46%

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

#DD7E98 (or 0xDD7E98) is known color: Carissma. HEX triplet: DD, 7E and 98. RGB value is (221,126,152). Sum of RGB (Red+Green+Blue) = 221+126+152=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E98 is #228167. Grayscale: #9D9D9D. Windows color (decimal): -2261352 or 9993949. OLE color: 9993949.

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

Color convert

RGB 221 126 152 -
CMYK 0 0.43 0.31 0.13
HSL 343.58º 0.58% 0.68% -
HSV(B) 343.58º 0.43% 0.87% -
XYZ 42.95 32.56 33.73 -
YUV 157.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 221 126 152 0 0.43 0.31 0.13 343.58 0.58 0.68
Hex DD 7E 98 0 2B 1F D 158 3A 44
Octal 335 176 230 0 53 37 15 530 72 104
Binary 11011101 1111110 10011000 0 101011 11111 1101 101011000 111010 1000100

Color Harmonies of #DD7E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E98

Black with #DD7E98

Text Example


Text Example

White with #DD7E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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