Html Css Color HEX #DD3B74 Cerise

📋 copy color: '#DD3B74'

red 221 ◦ green 59 ◦ blue 116

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

Shades of Cerise #DD3B74

Tints of Cerise #DD3B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.9%

 BLUE value IS 116 (45.7% from 255) = 29.29%

R = 55.81%
G = 14.9%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3B74 (or 0xDD3B74) is known color: Cerise. HEX triplet: DD, 3B and 74. RGB value is (221,59,116). Sum of RGB (Red+Green+Blue) = 221+59+116=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3B74 is #22C48B. Grayscale: #717171. Windows color (decimal): -2278540 or 7617501. OLE color: 7617501.

HSL color Cylindrical-coordinate representation of color #DD3B74: hue angle of 338.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3B74 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 59 116 -
CMYK 0 0.73 0.48 0.13
HSL 338.89º 0.7% 0.55% -
HSV(B) 338.89º 0.73% 0.87% -
XYZ 34.54 19.76 18.52 -
YUV 113.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 221 59 116 0 0.73 0.48 0.13 338.89 0.7 0.55
Hex DD 3B 74 0 49 30 D 153 46 37
Octal 335 73 164 0 111 60 15 523 106 67
Binary 11011101 111011 1110100 0 1001001 110000 1101 101010011 1000110 110111

Color Harmonies of #DD3B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B74

Black with #DD3B74

Text Example


Text Example

White with #DD3B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B74; }

 p { color: rgb(221,59,116); }

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

background-color css

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

 a { background-color: rgb(221,59,116); }

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

border-color css

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

 span { border-color: rgb(221,59,116); }

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