Html Css Color HEX #DD3462 Cerise

📋 copy color: '#DD3462'

red 221 ◦ green 52 ◦ blue 98

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

Shades of Cerise #DD3462

Tints of Cerise #DD3462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.42%

R = 59.57%
G = 14.02%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD3462 (or 0xDD3462) is known color: Cerise. HEX triplet: DD, 34 and 62. RGB value is (221,52,98). Sum of RGB (Red+Green+Blue) = 221+52+98=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3462 is #22CB9D. Grayscale: #6B6B6B. Windows color (decimal): -2280350 or 6436061. OLE color: 6436061.

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

Color convert

RGB 221 52 98 -
CMYK 0 0.76 0.56 0.13
HSL 343.67º 0.71% 0.54% -
HSV(B) 343.67º 0.76% 0.87% -
XYZ 33.25 18.71 13.41 -
YUV 107.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 221 52 98 0 0.76 0.56 0.13 343.67 0.71 0.54
Hex DD 34 62 0 4C 38 D 158 47 36
Octal 335 64 142 0 114 70 15 530 107 66
Binary 11011101 110100 1100010 0 1001100 111000 1101 101011000 1000111 110110

Color Harmonies of #DD3462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3462

Black with #DD3462

Text Example


Text Example

White with #DD3462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3462; }

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

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

background-color css

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

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

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

border-color css

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

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

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