Html Css Color HEX #D65DCB Free Speech Magenta

📋 copy color: '#D65DCB'

red 214 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Magenta #D65DCB

Tints of Free Speech Magenta #D65DCB

RGB

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

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

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

R = 41.96%
G = 18.24%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D65DCB (or 0xD65DCB) is known color: Free Speech Magenta. HEX triplet: D6, 5D and CB. RGB value is (214,93,203). Sum of RGB (Red+Green+Blue) = 214+93+203=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DCB is #29A234. Grayscale: #8D8D8D. Windows color (decimal): -2728501 or 13327830. OLE color: 13327830.

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

Color convert

RGB 214 93 203 -
CMYK 0 0.57 0.05 0.16
HSL 305.45º 0.6% 0.6% -
HSV(B) 305.45º 0.57% 0.84% -
XYZ 42.43 26.44 59.37 -
YUV 141.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 214 93 203 0 0.57 0.05 0.16 305.45 0.6 0.6
Hex D6 5D CB 0 39 5 10 131 3C 3C
Octal 326 135 313 0 71 5 20 461 74 74
Binary 11010110 1011101 11001011 0 111001 101 10000 100110001 111100 111100

Color Harmonies of #D65DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DCB

Black with #D65DCB

Text Example


Text Example

White with #D65DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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