Html Css Color HEX #DD3E6A Cerise

📋 copy color: '#DD3E6A'

red 221 ◦ green 62 ◦ blue 106

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

Shades of Cerise #DD3E6A

Tints of Cerise #DD3E6A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.94%

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 56.81%
G = 15.94%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD3E6A (or 0xDD3E6A) is known color: Cerise. HEX triplet: DD, 3E and 6A. RGB value is (221,62,106). Sum of RGB (Red+Green+Blue) = 221+62+106=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E6A is #22C195. Grayscale: #727272. Windows color (decimal): -2277782 or 6962909. OLE color: 6962909.

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

Color convert

RGB 221 62 106 -
CMYK 0 0.72 0.52 0.13
HSL 343.4º 0.7% 0.55% -
HSV(B) 343.4º 0.72% 0.87% -
XYZ 34.14 19.86 15.67 -
YUV 114.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 221 62 106 0 0.72 0.52 0.13 343.4 0.7 0.55
Hex DD 3E 6A 0 48 34 D 157 46 37
Octal 335 76 152 0 110 64 15 527 106 67
Binary 11011101 111110 1101010 0 1001000 110100 1101 101010111 1000110 110111

Color Harmonies of #DD3E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E6A

Black with #DD3E6A

Text Example


Text Example

White with #DD3E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E6A; }

 p { color: rgb(221,62,106); }

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

background-color css

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

 a { background-color: rgb(221,62,106); }

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

border-color css

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

 span { border-color: rgb(221,62,106); }

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