Html Css Color HEX #D65FD4 Free Speech Magenta

📋 copy color: '#D65FD4'

red 214 ◦ green 95 ◦ blue 212

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

Shades of Free Speech Magenta #D65FD4

Tints of Free Speech Magenta #D65FD4

RGB

 RED value IS 214 (83.98% from 255) = 41.07%

 GREEN value IS 95 (37.5% from 255) = 18.23%

 BLUE value IS 212 (83.2% from 255) = 40.69%

R = 41.07%
G = 18.23%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D65FD4 (or 0xD65FD4) is known color: Free Speech Magenta. HEX triplet: D6, 5F and D4. RGB value is (214,95,212). Sum of RGB (Red+Green+Blue) = 214+95+212=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FD4 is #29A02B. Grayscale: #8F8F8F. Windows color (decimal): -2727980 or 13918166. OLE color: 13918166.

HSL color Cylindrical-coordinate representation of color #D65FD4: hue angle of 301.01º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65FD4 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 212 -
CMYK 0 0.56 0.01 0.16
HSL 301.01º 0.59% 0.61% -
HSV(B) 301.01º 0.56% 0.84% -
XYZ 43.71 27.23 65.24 -
YUV 143.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 214 95 212 0 0.56 0.01 0.16 301.01 0.59 0.61
Hex D6 5F D4 0 38 1 10 12D 3B 3D
Octal 326 137 324 0 70 1 20 455 73 75
Binary 11010110 1011111 11010100 0 111000 1 10000 100101101 111011 111101

Color Harmonies of #D65FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FD4

Black with #D65FD4

Text Example


Text Example

White with #D65FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FD4; }

 p { color: rgb(214,95,212); }

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

background-color css

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

 a { background-color: rgb(214,95,212); }

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

border-color css

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

 span { border-color: rgb(214,95,212); }

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