Html Css Color HEX #DD3FBB Fuchsia

📋 copy color: '#DD3FBB'

red 221 ◦ green 63 ◦ blue 187

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

Shades of Fuchsia #DD3FBB

Tints of Fuchsia #DD3FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 46.92%
G = 13.38%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD3FBB (or 0xDD3FBB) is known color: Fuchsia. HEX triplet: DD, 3F and BB. RGB value is (221,63,187). Sum of RGB (Red+Green+Blue) = 221+63+187=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3FBB is #22C044. Grayscale: #7C7C7C. Windows color (decimal): -2277445 or 12271581. OLE color: 12271581.

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

Color convert

RGB 221 63 187 -
CMYK 0 0.71 0.15 0.13
HSL 312.91º 0.7% 0.56% -
HSV(B) 312.91º 0.71% 0.87% -
XYZ 40.57 22.52 49.22 -
YUV 124.38 163.35 196.92 -
System Red Green Blue C M Y K H S L
Decimal 221 63 187 0 0.71 0.15 0.13 312.91 0.7 0.56
Hex DD 3F BB 0 47 F D 139 46 38
Octal 335 77 273 0 107 17 15 471 106 70
Binary 11011101 111111 10111011 0 1000111 1111 1101 100111001 1000110 111000

Color Harmonies of #DD3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3FBB

Black with #DD3FBB

Text Example


Text Example

White with #DD3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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