Html Css Color HEX #DD7C96 Carissma

📋 copy color: '#DD7C96'

red 221 ◦ green 124 ◦ blue 150

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

Shades of Carissma #DD7C96

Tints of Carissma #DD7C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.3%

R = 44.65%
G = 25.05%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD7C96 (or 0xDD7C96) is known color: Carissma. HEX triplet: DD, 7C and 96. RGB value is (221,124,150). Sum of RGB (Red+Green+Blue) = 221+124+150=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C96 is #228369. Grayscale: #9B9B9B. Windows color (decimal): -2261866 or 9862365. OLE color: 9862365.

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

Color convert

RGB 221 124 150 -
CMYK 0 0.44 0.32 0.13
HSL 343.92º 0.59% 0.68% -
HSV(B) 343.92º 0.44% 0.87% -
XYZ 42.53 31.99 32.79 -
YUV 155.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 221 124 150 0 0.44 0.32 0.13 343.92 0.59 0.68
Hex DD 7C 96 0 2C 20 D 158 3B 44
Octal 335 174 226 0 54 40 15 530 73 104
Binary 11011101 1111100 10010110 0 101100 100000 1101 101011000 111011 1000100

Color Harmonies of #DD7C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C96

Black with #DD7C96

Text Example


Text Example

White with #DD7C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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