Html Css Color HEX #DD306C Cerise

📋 copy color: '#DD306C'

red 221 ◦ green 48 ◦ blue 108

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

Shades of Cerise #DD306C

Tints of Cerise #DD306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 58.62%
G = 12.73%
B = 28.65%

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

#DD306C (or 0xDD306C) is known color: Cerise. HEX triplet: DD, 30 and 6C. RGB value is (221,48,108). Sum of RGB (Red+Green+Blue) = 221+48+108=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD306C is #22CF93. Grayscale: #6A6A6A. Windows color (decimal): -2281364 or 7090397. OLE color: 7090397.

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

Color convert

RGB 221 48 108 -
CMYK 0 0.78 0.51 0.13
HSL 339.19º 0.72% 0.53% -
HSV(B) 339.19º 0.78% 0.87% -
XYZ 33.58 18.57 16 -
YUV 106.57 128.81 209.62 -
System Red Green Blue C M Y K H S L
Decimal 221 48 108 0 0.78 0.51 0.13 339.19 0.72 0.53
Hex DD 30 6C 0 4E 33 D 153 48 35
Octal 335 60 154 0 116 63 15 523 110 65
Binary 11011101 110000 1101100 0 1001110 110011 1101 101010011 1001000 110101

Color Harmonies of #DD306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD306C

Black with #DD306C

Text Example


Text Example

White with #DD306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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