Html Css Color HEX #DD306A Cerise

📋 copy color: '#DD306A'

red 221 ◦ green 48 ◦ blue 106

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

Shades of Cerise #DD306A

Tints of Cerise #DD306A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 58.93%
G = 12.8%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD306A (or 0xDD306A) is known color: Cerise. HEX triplet: DD, 30 and 6A. RGB value is (221,48,106). Sum of RGB (Red+Green+Blue) = 221+48+106=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD306A is #22CF95. Grayscale: #6A6A6A. Windows color (decimal): -2281366 or 6959325. OLE color: 6959325.

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

Color convert

RGB 221 48 106 -
CMYK 0 0.78 0.52 0.13
HSL 339.88º 0.72% 0.53% -
HSV(B) 339.88º 0.78% 0.87% -
XYZ 33.48 18.53 15.45 -
YUV 106.34 127.81 209.78 -
System Red Green Blue C M Y K H S L
Decimal 221 48 106 0 0.78 0.52 0.13 339.88 0.72 0.53
Hex DD 30 6A 0 4E 34 D 154 48 35
Octal 335 60 152 0 116 64 15 524 110 65
Binary 11011101 110000 1101010 0 1001110 110100 1101 101010100 1001000 110101

Color Harmonies of #DD306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD306A

Black with #DD306A

Text Example


Text Example

White with #DD306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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