Html Css Color HEX #D53DFB Free Speech Magenta

📋 copy color: '#D53DFB'

red 213 ◦ green 61 ◦ blue 251

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

Shades of Free Speech Magenta #D53DFB

Tints of Free Speech Magenta #D53DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 40.57%
G = 11.62%
B = 47.81%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D53DFB (or 0xD53DFB) is known color: Free Speech Magenta. HEX triplet: D5, 3D and FB. RGB value is (213,61,251). Sum of RGB (Red+Green+Blue) = 213+61+251=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 61 (24.22% from 255 or 11.62% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #D53DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53DFB is #2AC204. Grayscale: #7F7F7F. Windows color (decimal): -2802181 or 16465365. OLE color: 16465365.

HSL color Cylindrical-coordinate representation of color #D53DFB: hue angle of 288º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53DFB is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 61 251 -
CMYK 0.15 0.76 0 0.02
HSL 288º 0.96% 0.61% -
HSV(B) 288º 0.76% 0.98% -
XYZ 46.52 24.45 93.53 -
YUV 128.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 213 61 251 0.15 0.76 0 0.02 288 0.96 0.61
Hex D5 3D FB F 4C 0 2 120 60 3D
Octal 325 75 373 17 114 0 2 440 140 75
Binary 11010101 111101 11111011 1111 1001100 0 10 100100000 1100000 111101

Color Harmonies of #D53DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DFB

Black with #D53DFB

Text Example


Text Example

White with #D53DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DFB; }

 p { color: rgb(213,61,251); }

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

background-color css

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

 a { background-color: rgb(213,61,251); }

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

border-color css

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

 span { border-color: rgb(213,61,251); }

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