Html Css Color HEX #DD306F Cerise

📋 copy color: '#DD306F'

red 221 ◦ green 48 ◦ blue 111

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

Shades of Cerise #DD306F

Tints of Cerise #DD306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 58.16%
G = 12.63%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD306F (or 0xDD306F) is known color: Cerise. HEX triplet: DD, 30 and 6F. RGB value is (221,48,111). Sum of RGB (Red+Green+Blue) = 221+48+111=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD306F is #22CF90. Grayscale: #6A6A6A. Windows color (decimal): -2281361 or 7287005. OLE color: 7287005.

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

Color convert

RGB 221 48 111 -
CMYK 0 0.78 0.50 0.13
HSL 338.15º 0.72% 0.53% -
HSV(B) 338.15º 0.78% 0.87% -
XYZ 33.74 18.63 16.86 -
YUV 106.91 130.31 209.38 -
System Red Green Blue C M Y K H S L
Decimal 221 48 111 0 0.78 0.50 0.13 338.15 0.72 0.53
Hex DD 30 6F 0 4E 32 D 152 48 35
Octal 335 60 157 0 116 62 15 522 110 65
Binary 11011101 110000 1101111 0 1001110 110010 1101 101010010 1001000 110101

Color Harmonies of #DD306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD306F

Black with #DD306F

Text Example


Text Example

White with #DD306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD306F; }

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

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

background-color css

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

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

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

border-color css

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

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

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