Html Css Color HEX #D65FCB Free Speech Magenta

📋 copy color: '#D65FCB'

red 214 ◦ green 95 ◦ blue 203

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

Shades of Free Speech Magenta #D65FCB

Tints of Free Speech Magenta #D65FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 41.8%
G = 18.55%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D65FCB (or 0xD65FCB) is known color: Free Speech Magenta. HEX triplet: D6, 5F and CB. RGB value is (214,95,203). Sum of RGB (Red+Green+Blue) = 214+95+203=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FCB is #29A034. Grayscale: #8E8E8E. Windows color (decimal): -2727989 or 13328342. OLE color: 13328342.

HSL color Cylindrical-coordinate representation of color #D65FCB: hue angle of 305.55º 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 #D65FCB is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 203 -
CMYK 0 0.56 0.05 0.16
HSL 305.55º 0.59% 0.61% -
HSV(B) 305.55º 0.56% 0.84% -
XYZ 42.6 26.79 59.43 -
YUV 142.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 214 95 203 0 0.56 0.05 0.16 305.55 0.59 0.61
Hex D6 5F CB 0 38 5 10 132 3B 3D
Octal 326 137 313 0 70 5 20 462 73 75
Binary 11010110 1011111 11001011 0 111000 101 10000 100110010 111011 111101

Color Harmonies of #D65FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FCB

Black with #D65FCB

Text Example


Text Example

White with #D65FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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