Html Css Color HEX #DD3D7F Deep Cerise

📋 copy color: '#DD3D7F'

red 221 ◦ green 61 ◦ blue 127

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

Shades of Deep Cerise #DD3D7F

Tints of Deep Cerise #DD3D7F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.91%

 BLUE value IS 127 (50% from 255) = 31.05%

R = 54.03%
G = 14.91%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD3D7F (or 0xDD3D7F) is known color: Deep Cerise. HEX triplet: DD, 3D and 7F. RGB value is (221,61,127). Sum of RGB (Red+Green+Blue) = 221+61+127=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D7F is #22C280. Grayscale: #747474. Windows color (decimal): -2278017 or 8338909. OLE color: 8338909.

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

Color convert

RGB 221 61 127 -
CMYK 0 0.72 0.43 0.13
HSL 335.25º 0.7% 0.55% -
HSV(B) 335.25º 0.72% 0.87% -
XYZ 35.32 20.24 22.12 -
YUV 116.36 134.01 202.63 -
System Red Green Blue C M Y K H S L
Decimal 221 61 127 0 0.72 0.43 0.13 335.25 0.7 0.55
Hex DD 3D 7F 0 48 2B D 14F 46 37
Octal 335 75 177 0 110 53 15 517 106 67
Binary 11011101 111101 1111111 0 1001000 101011 1101 101001111 1000110 110111

Color Harmonies of #DD3D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D7F

Black with #DD3D7F

Text Example


Text Example

White with #DD3D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D7F; }

 p { color: rgb(221,61,127); }

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

background-color css

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

 a { background-color: rgb(221,61,127); }

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

border-color css

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

 span { border-color: rgb(221,61,127); }

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