Html Css Color HEX #DD306E Cerise

📋 copy color: '#DD306E'

red 221 ◦ green 48 ◦ blue 110

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

Shades of Cerise #DD306E

Tints of Cerise #DD306E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 58.31%
G = 12.66%
B = 29.02%

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

#DD306E (or 0xDD306E) is known color: Cerise. HEX triplet: DD, 30 and 6E. RGB value is (221,48,110). Sum of RGB (Red+Green+Blue) = 221+48+110=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD306E is #22CF91. Grayscale: #6A6A6A. Windows color (decimal): -2281362 or 7221469. OLE color: 7221469.

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

Color convert

RGB 221 48 110 -
CMYK 0 0.78 0.50 0.13
HSL 338.5º 0.72% 0.53% -
HSV(B) 338.5º 0.78% 0.87% -
XYZ 33.69 18.61 16.57 -
YUV 106.8 129.81 209.46 -
System Red Green Blue C M Y K H S L
Decimal 221 48 110 0 0.78 0.50 0.13 338.5 0.72 0.53
Hex DD 30 6E 0 4E 32 D 152 48 35
Octal 335 60 156 0 116 62 15 522 110 65
Binary 11011101 110000 1101110 0 1001110 110010 1101 101010010 1001000 110101

Color Harmonies of #DD306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD306E

Black with #DD306E

Text Example


Text Example

White with #DD306E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD306E; }

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

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

background-color css

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

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

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

border-color css

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

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

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