Html Css Color HEX #D65DDA Free Speech Magenta

📋 copy color: '#D65DDA'

red 214 ◦ green 93 ◦ blue 218

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

Shades of Free Speech Magenta #D65DDA

Tints of Free Speech Magenta #D65DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.71%

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 40.76%
G = 17.71%
B = 41.52%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D65DDA (or 0xD65DDA) is known color: Free Speech Magenta. HEX triplet: D6, 5D and DA. RGB value is (214,93,218). Sum of RGB (Red+Green+Blue) = 214+93+218=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #D65DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DDA is #29A225. Grayscale: #8F8F8F. Windows color (decimal): -2728486 or 14310870. OLE color: 14310870.

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

Color convert

RGB 214 93 218 -
CMYK 0.02 0.57 0 0.15
HSL 298.08º 0.63% 0.61% -
HSV(B) 298.08º 0.57% 0.85% -
XYZ 44.3 27.19 69.24 -
YUV 143.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 214 93 218 0.02 0.57 0 0.15 298.08 0.63 0.61
Hex D6 5D DA 2 39 0 F 12A 3F 3D
Octal 326 135 332 2 71 0 17 452 77 75
Binary 11010110 1011101 11011010 10 111001 0 1111 100101010 111111 111101

Color Harmonies of #D65DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DDA

Black with #D65DDA

Text Example


Text Example

White with #D65DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DDA; }

 p { color: rgb(214,93,218); }

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

background-color css

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

 a { background-color: rgb(214,93,218); }

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

border-color css

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

 span { border-color: rgb(214,93,218); }

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