Html Css Color HEX #DD3F7E Deep Cerise

📋 copy color: '#DD3F7E'

red 221 ◦ green 63 ◦ blue 126

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

Shades of Deep Cerise #DD3F7E

Tints of Deep Cerise #DD3F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.73%

R = 53.9%
G = 15.37%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD3F7E (or 0xDD3F7E) is known color: Deep Cerise. HEX triplet: DD, 3F and 7E. RGB value is (221,63,126). Sum of RGB (Red+Green+Blue) = 221+63+126=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F7E is #22C081. Grayscale: #757575. Windows color (decimal): -2277506 or 8273885. OLE color: 8273885.

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

Color convert

RGB 221 63 126 -
CMYK 0 0.71 0.43 0.13
HSL 336.08º 0.7% 0.56% -
HSV(B) 336.08º 0.71% 0.87% -
XYZ 35.36 20.43 21.82 -
YUV 117.42 132.85 201.88 -
System Red Green Blue C M Y K H S L
Decimal 221 63 126 0 0.71 0.43 0.13 336.08 0.7 0.56
Hex DD 3F 7E 0 47 2B D 150 46 38
Octal 335 77 176 0 107 53 15 520 106 70
Binary 11011101 111111 1111110 0 1000111 101011 1101 101010000 1000110 111000

Color Harmonies of #DD3F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F7E

Black with #DD3F7E

Text Example


Text Example

White with #DD3F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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