Html Css Color HEX #DD307B Deep Cerise

📋 copy color: '#DD307B'

red 221 ◦ green 48 ◦ blue 123

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

Shades of Deep Cerise #DD307B

Tints of Deep Cerise #DD307B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.38%

R = 56.38%
G = 12.24%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD307B (or 0xDD307B) is known color: Deep Cerise. HEX triplet: DD, 30 and 7B. RGB value is (221,48,123). Sum of RGB (Red+Green+Blue) = 221+48+123=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD307B is #22CF84. Grayscale: #6C6C6C. Windows color (decimal): -2281349 or 8073437. OLE color: 8073437.

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

Color convert

RGB 221 48 123 -
CMYK 0 0.78 0.44 0.13
HSL 333.99º 0.72% 0.53% -
HSV(B) 333.99º 0.78% 0.87% -
XYZ 34.45 18.92 20.57 -
YUV 108.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 221 48 123 0 0.78 0.44 0.13 333.99 0.72 0.53
Hex DD 30 7B 0 4E 2C D 14E 48 35
Octal 335 60 173 0 116 54 15 516 110 65
Binary 11011101 110000 1111011 0 1001110 101100 1101 101001110 1001000 110101

Color Harmonies of #DD307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD307B

Black with #DD307B

Text Example


Text Example

White with #DD307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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