Html Css Color HEX #DD3463 Cerise

📋 copy color: '#DD3463'

red 221 ◦ green 52 ◦ blue 99

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

Shades of Cerise #DD3463

Tints of Cerise #DD3463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.98%

 BLUE value IS 99 (39.06% from 255) = 26.61%

R = 59.41%
G = 13.98%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD3463 (or 0xDD3463) is known color: Cerise. HEX triplet: DD, 34 and 63. RGB value is (221,52,99). Sum of RGB (Red+Green+Blue) = 221+52+99=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3463 is #22CB9C. Grayscale: #6B6B6B. Windows color (decimal): -2280349 or 6501597. OLE color: 6501597.

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

Color convert

RGB 221 52 99 -
CMYK 0 0.76 0.55 0.13
HSL 343.31º 0.71% 0.54% -
HSV(B) 343.31º 0.76% 0.87% -
XYZ 33.3 18.73 13.66 -
YUV 107.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 221 52 99 0 0.76 0.55 0.13 343.31 0.71 0.54
Hex DD 34 63 0 4C 37 D 157 47 36
Octal 335 64 143 0 114 67 15 527 107 66
Binary 11011101 110100 1100011 0 1001100 110111 1101 101010111 1000111 110110

Color Harmonies of #DD3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3463

Black with #DD3463

Text Example


Text Example

White with #DD3463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3463; }

 p { color: rgb(221,52,99); }

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

background-color css

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

 a { background-color: rgb(221,52,99); }

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

border-color css

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

 span { border-color: rgb(221,52,99); }

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