Html Css Color HEX #DD3268 Cerise

📋 copy color: '#DD3268'

red 221 ◦ green 50 ◦ blue 104

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

Shades of Cerise #DD3268

Tints of Cerise #DD3268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 58.93%
G = 13.33%
B = 27.73%

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

#DD3268 (or 0xDD3268) is known color: Cerise. HEX triplet: DD, 32 and 68. RGB value is (221,50,104). Sum of RGB (Red+Green+Blue) = 221+50+104=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3268 is #22CD97. Grayscale: #6B6B6B. Windows color (decimal): -2280856 or 6828765. OLE color: 6828765.

HSL color Cylindrical-coordinate representation of color #DD3268: hue angle of 341.05º degrees, saturation: 0.72, 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 #DD3268 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 104 -
CMYK 0 0.77 0.53 0.13
HSL 341.05º 0.72% 0.53% -
HSV(B) 341.05º 0.77% 0.87% -
XYZ 33.46 18.65 14.93 -
YUV 107.29 126.15 209.11 -
System Red Green Blue C M Y K H S L
Decimal 221 50 104 0 0.77 0.53 0.13 341.05 0.72 0.53
Hex DD 32 68 0 4D 35 D 155 48 35
Octal 335 62 150 0 115 65 15 525 110 65
Binary 11011101 110010 1101000 0 1001101 110101 1101 101010101 1001000 110101

Color Harmonies of #DD3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3268

Black with #DD3268

Text Example


Text Example

White with #DD3268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3268; }

 p { color: rgb(221,50,104); }

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

background-color css

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

 a { background-color: rgb(221,50,104); }

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

border-color css

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

 span { border-color: rgb(221,50,104); }

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