Html Css Color HEX #DD3367 Cerise

📋 copy color: '#DD3367'

red 221 ◦ green 51 ◦ blue 103

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

Shades of Cerise #DD3367

Tints of Cerise #DD3367

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.6%

 BLUE value IS 103 (40.63% from 255) = 27.47%

R = 58.93%
G = 13.6%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD3367 (or 0xDD3367) is known color: Cerise. HEX triplet: DD, 33 and 67. RGB value is (221,51,103). Sum of RGB (Red+Green+Blue) = 221+51+103=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3367 is #22CC98. Grayscale: #6B6B6B. Windows color (decimal): -2280601 or 6763485. OLE color: 6763485.

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

Color convert

RGB 221 51 103 -
CMYK 0 0.77 0.53 0.13
HSL 341.65º 0.71% 0.53% -
HSV(B) 341.65º 0.77% 0.87% -
XYZ 33.45 18.72 14.68 -
YUV 107.76 125.32 208.77 -
System Red Green Blue C M Y K H S L
Decimal 221 51 103 0 0.77 0.53 0.13 341.65 0.71 0.53
Hex DD 33 67 0 4D 35 D 156 47 35
Octal 335 63 147 0 115 65 15 526 107 65
Binary 11011101 110011 1100111 0 1001101 110101 1101 101010110 1000111 110101

Color Harmonies of #DD3367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3367

Black with #DD3367

Text Example


Text Example

White with #DD3367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3367; }

 p { color: rgb(221,51,103); }

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

background-color css

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

 a { background-color: rgb(221,51,103); }

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

border-color css

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

 span { border-color: rgb(221,51,103); }

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