Html Css Color HEX #DD3FAB Deep Cerise

📋 copy color: '#DD3FAB'

red 221 ◦ green 63 ◦ blue 171

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

Shades of Deep Cerise #DD3FAB

Tints of Deep Cerise #DD3FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.58%

R = 48.57%
G = 13.85%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD3FAB (or 0xDD3FAB) is known color: Deep Cerise. HEX triplet: DD, 3F and AB. RGB value is (221,63,171). Sum of RGB (Red+Green+Blue) = 221+63+171=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3FAB is #22C054. Grayscale: #7A7A7A. Windows color (decimal): -2277461 or 11223005. OLE color: 11223005.

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

Color convert

RGB 221 63 171 -
CMYK 0 0.71 0.23 0.13
HSL 318.99º 0.7% 0.56% -
HSV(B) 318.99º 0.71% 0.87% -
XYZ 38.95 21.87 40.7 -
YUV 122.55 155.35 198.22 -
System Red Green Blue C M Y K H S L
Decimal 221 63 171 0 0.71 0.23 0.13 318.99 0.7 0.56
Hex DD 3F AB 0 47 17 D 13F 46 38
Octal 335 77 253 0 107 27 15 477 106 70
Binary 11011101 111111 10101011 0 1000111 10111 1101 100111111 1000110 111000

Color Harmonies of #DD3FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3FAB

Black with #DD3FAB

Text Example


Text Example

White with #DD3FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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