Html Css Color HEX #DD305E Cerise

📋 copy color: '#DD305E'

red 221 ◦ green 48 ◦ blue 94

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

Shades of Cerise #DD305E

Tints of Cerise #DD305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 94 (37.11% from 255) = 25.9%

R = 60.88%
G = 13.22%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD305E (or 0xDD305E) is known color: Cerise. HEX triplet: DD, 30 and 5E. RGB value is (221,48,94). Sum of RGB (Red+Green+Blue) = 221+48+94=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD305E is #22CFA1. Grayscale: #686868. Windows color (decimal): -2281378 or 6172893. OLE color: 6172893.

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

Color convert

RGB 221 48 94 -
CMYK 0 0.78 0.57 0.13
HSL 344.05º 0.72% 0.53% -
HSV(B) 344.05º 0.78% 0.87% -
XYZ 32.9 18.29 12.39 -
YUV 104.97 121.81 210.76 -
System Red Green Blue C M Y K H S L
Decimal 221 48 94 0 0.78 0.57 0.13 344.05 0.72 0.53
Hex DD 30 5E 0 4E 39 D 158 48 35
Octal 335 60 136 0 116 71 15 530 110 65
Binary 11011101 110000 1011110 0 1001110 111001 1101 101011000 1001000 110101

Color Harmonies of #DD305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD305E

Black with #DD305E

Text Example


Text Example

White with #DD305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD305E; }

 p { color: rgb(221,48,94); }

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

background-color css

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

 a { background-color: rgb(221,48,94); }

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

border-color css

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

 span { border-color: rgb(221,48,94); }

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