Html Css Color HEX #DD3FA7 Deep Cerise

📋 copy color: '#DD3FA7'

red 221 ◦ green 63 ◦ blue 167

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

Shades of Deep Cerise #DD3FA7

Tints of Deep Cerise #DD3FA7

RGB

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

 GREEN value IS 63 (25% from 255) = 13.97%

 BLUE value IS 167 (65.63% from 255) = 37.03%

R = 49%
G = 13.97%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD3FA7 (or 0xDD3FA7) is known color: Deep Cerise. HEX triplet: DD, 3F and A7. RGB value is (221,63,167). Sum of RGB (Red+Green+Blue) = 221+63+167=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3FA7 is #22C058. Grayscale: #797979. Windows color (decimal): -2277465 or 10960861. OLE color: 10960861.

HSL color Cylindrical-coordinate representation of color #DD3FA7: hue angle of 320.51º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3FA7 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 63 167 -
CMYK 0 0.71 0.24 0.13
HSL 320.51º 0.7% 0.56% -
HSV(B) 320.51º 0.71% 0.87% -
XYZ 38.57 21.72 38.72 -
YUV 122.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 221 63 167 0 0.71 0.24 0.13 320.51 0.7 0.56
Hex DD 3F A7 0 47 18 D 141 46 38
Octal 335 77 247 0 107 30 15 501 106 70
Binary 11011101 111111 10100111 0 1000111 11000 1101 101000001 1000110 111000

Color Harmonies of #DD3FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3FA7

Black with #DD3FA7

Text Example


Text Example

White with #DD3FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3FA7; }

 p { color: rgb(221,63,167); }

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

background-color css

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

 a { background-color: rgb(221,63,167); }

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

border-color css

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

 span { border-color: rgb(221,63,167); }

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