Html Css Color HEX #D65CCF Free Speech Magenta

📋 copy color: '#D65CCF'

red 214 ◦ green 92 ◦ blue 207

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

Shades of Free Speech Magenta #D65CCF

Tints of Free Speech Magenta #D65CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.93%

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

R = 41.72%
G = 17.93%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D65CCF (or 0xD65CCF) is known color: Free Speech Magenta. HEX triplet: D6, 5C and CF. RGB value is (214,92,207). Sum of RGB (Red+Green+Blue) = 214+92+207=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CCF is #29A330. Grayscale: #8D8D8D. Windows color (decimal): -2728753 or 13589718. OLE color: 13589718.

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

Color convert

RGB 214 92 207 -
CMYK 0 0.57 0.03 0.16
HSL 303.44º 0.6% 0.6% -
HSV(B) 303.44º 0.57% 0.84% -
XYZ 42.82 26.46 61.88 -
YUV 141.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 214 92 207 0 0.57 0.03 0.16 303.44 0.6 0.6
Hex D6 5C CF 0 39 3 10 12F 3C 3C
Octal 326 134 317 0 71 3 20 457 74 74
Binary 11010110 1011100 11001111 0 111001 11 10000 100101111 111100 111100

Color Harmonies of #D65CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CCF

Black with #D65CCF

Text Example


Text Example

White with #D65CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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