Html Css Color HEX #DD7C98 Carissma

📋 copy color: '#DD7C98'

red 221 ◦ green 124 ◦ blue 152

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

Shades of Carissma #DD7C98

Tints of Carissma #DD7C98

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.95%

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

R = 44.47%
G = 24.95%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7C98 (or 0xDD7C98) is known color: Carissma. HEX triplet: DD, 7C and 98. RGB value is (221,124,152). Sum of RGB (Red+Green+Blue) = 221+124+152=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C98 is #228367. Grayscale: #9C9C9C. Windows color (decimal): -2261864 or 9993437. OLE color: 9993437.

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

Color convert

RGB 221 124 152 -
CMYK 0 0.44 0.31 0.13
HSL 342.68º 0.59% 0.68% -
HSV(B) 342.68º 0.44% 0.87% -
XYZ 42.69 32.05 33.64 -
YUV 156.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 221 124 152 0 0.44 0.31 0.13 342.68 0.59 0.68
Hex DD 7C 98 0 2C 1F D 157 3B 44
Octal 335 174 230 0 54 37 15 527 73 104
Binary 11011101 1111100 10011000 0 101100 11111 1101 101010111 111011 1000100

Color Harmonies of #DD7C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C98

Black with #DD7C98

Text Example


Text Example

White with #DD7C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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