Html Css Color HEX #DD335F Cerise

📋 copy color: '#DD335F'

red 221 ◦ green 51 ◦ blue 95

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

Shades of Cerise #DD335F

Tints of Cerise #DD335F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.89%

R = 60.22%
G = 13.9%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD335F (or 0xDD335F) is known color: Cerise. HEX triplet: DD, 33 and 5F. RGB value is (221,51,95). Sum of RGB (Red+Green+Blue) = 221+51+95=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD335F is #22CCA0. Grayscale: #6A6A6A. Windows color (decimal): -2280609 or 6239197. OLE color: 6239197.

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

Color convert

RGB 221 51 95 -
CMYK 0 0.77 0.57 0.13
HSL 344.47º 0.71% 0.53% -
HSV(B) 344.47º 0.77% 0.87% -
XYZ 33.07 18.57 12.67 -
YUV 106.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 221 51 95 0 0.77 0.57 0.13 344.47 0.71 0.53
Hex DD 33 5F 0 4D 39 D 158 47 35
Octal 335 63 137 0 115 71 15 530 107 65
Binary 11011101 110011 1011111 0 1001101 111001 1101 101011000 1000111 110101

Color Harmonies of #DD335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD335F

Black with #DD335F

Text Example


Text Example

White with #DD335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD335F; }

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

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

background-color css

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

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

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

border-color css

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

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

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