Html Css Color HEX #DD306D Cerise

📋 copy color: '#DD306D'

red 221 ◦ green 48 ◦ blue 109

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

Shades of Cerise #DD306D

Tints of Cerise #DD306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.84%

R = 58.47%
G = 12.7%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD306D (or 0xDD306D) is known color: Cerise. HEX triplet: DD, 30 and 6D. RGB value is (221,48,109). Sum of RGB (Red+Green+Blue) = 221+48+109=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD306D is #22CF92. Grayscale: #6A6A6A. Windows color (decimal): -2281363 or 7155933. OLE color: 7155933.

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

Color convert

RGB 221 48 109 -
CMYK 0 0.78 0.51 0.13
HSL 338.84º 0.72% 0.53% -
HSV(B) 338.84º 0.78% 0.87% -
XYZ 33.64 18.59 16.28 -
YUV 106.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 221 48 109 0 0.78 0.51 0.13 338.84 0.72 0.53
Hex DD 30 6D 0 4E 33 D 153 48 35
Octal 335 60 155 0 116 63 15 523 110 65
Binary 11011101 110000 1101101 0 1001110 110011 1101 101010011 1001000 110101

Color Harmonies of #DD306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD306D

Black with #DD306D

Text Example


Text Example

White with #DD306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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