Html Css Color HEX #DD3465 Cerise

📋 copy color: '#DD3465'

red 221 ◦ green 52 ◦ blue 101

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

Shades of Cerise #DD3465

Tints of Cerise #DD3465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 59.09%
G = 13.9%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD3465 (or 0xDD3465) is known color: Cerise. HEX triplet: DD, 34 and 65. RGB value is (221,52,101). Sum of RGB (Red+Green+Blue) = 221+52+101=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3465 is #22CB9A. Grayscale: #6C6C6C. Windows color (decimal): -2280347 or 6632669. OLE color: 6632669.

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

Color convert

RGB 221 52 101 -
CMYK 0 0.76 0.54 0.13
HSL 342.6º 0.71% 0.54% -
HSV(B) 342.6º 0.76% 0.87% -
XYZ 33.4 18.77 14.17 -
YUV 108.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 221 52 101 0 0.76 0.54 0.13 342.6 0.71 0.54
Hex DD 34 65 0 4C 36 D 157 47 36
Octal 335 64 145 0 114 66 15 527 107 66
Binary 11011101 110100 1100101 0 1001100 110110 1101 101010111 1000111 110110

Color Harmonies of #DD3465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3465

Black with #DD3465

Text Example


Text Example

White with #DD3465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3465; }

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

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

background-color css

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

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

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

border-color css

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

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

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