Html Css Color HEX #D65ACF Free Speech Magenta

📋 copy color: '#D65ACF'

red 214 ◦ green 90 ◦ blue 207

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

Shades of Free Speech Magenta #D65ACF

Tints of Free Speech Magenta #D65ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.61%

 BLUE value IS 207 (81.25% from 255) = 40.51%

R = 41.88%
G = 17.61%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D65ACF (or 0xD65ACF) is known color: Free Speech Magenta. HEX triplet: D6, 5A and CF. RGB value is (214,90,207). Sum of RGB (Red+Green+Blue) = 214+90+207=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ACF is #29A530. Grayscale: #8C8C8C. Windows color (decimal): -2729265 or 13589206. OLE color: 13589206.

HSL color Cylindrical-coordinate representation of color #D65ACF: hue angle of 303.39º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65ACF is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 90 207 -
CMYK 0 0.58 0.03 0.16
HSL 303.39º 0.6% 0.6% -
HSV(B) 303.39º 0.58% 0.84% -
XYZ 42.65 26.11 61.82 -
YUV 140.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 214 90 207 0 0.58 0.03 0.16 303.39 0.6 0.6
Hex D6 5A CF 0 3A 3 10 12F 3C 3C
Octal 326 132 317 0 72 3 20 457 74 74
Binary 11010110 1011010 11001111 0 111010 11 10000 100101111 111100 111100

Color Harmonies of #D65ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65ACF

Black with #D65ACF

Text Example


Text Example

White with #D65ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65ACF; }

 p { color: rgb(214,90,207); }

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

background-color css

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

 a { background-color: rgb(214,90,207); }

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

border-color css

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

 span { border-color: rgb(214,90,207); }

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