Html Css Color HEX #D52EBB Fuchsia

📋 copy color: '#D52EBB'

red 213 ◦ green 46 ◦ blue 187

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

Shades of Fuchsia #D52EBB

Tints of Fuchsia #D52EBB

RGB

 RED value IS 213 (83.59% from 255) = 47.76%

 GREEN value IS 46 (18.36% from 255) = 10.31%

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

R = 47.76%
G = 10.31%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D52EBB (or 0xD52EBB) is known color: Fuchsia. HEX triplet: D5, 2E and BB. RGB value is (213,46,187). Sum of RGB (Red+Green+Blue) = 213+46+187=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EBB is #2AD144. Grayscale: #6F6F6F. Windows color (decimal): -2806085 or 12267221. OLE color: 12267221.

HSL color Cylindrical-coordinate representation of color #D52EBB: hue angle of 309.34º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52EBB is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 46 187 -
CMYK 0 0.78 0.12 0.16
HSL 309.34º 0.67% 0.51% -
HSV(B) 309.34º 0.78% 0.84% -
XYZ 37.39 19.69 48.84 -
YUV 112.01 170.33 200.04 -
System Red Green Blue C M Y K H S L
Decimal 213 46 187 0 0.78 0.12 0.16 309.34 0.67 0.51
Hex D5 2E BB 0 4E C 10 135 43 33
Octal 325 56 273 0 116 14 20 465 103 63
Binary 11010101 101110 10111011 0 1001110 1100 10000 100110101 1000011 110011

Color Harmonies of #D52EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EBB

Black with #D52EBB

Text Example


Text Example

White with #D52EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EBB; }

 p { color: rgb(213,46,187); }

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

background-color css

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

 a { background-color: rgb(213,46,187); }

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

border-color css

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

 span { border-color: rgb(213,46,187); }

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