Html Css Color HEX #D64CCB Free Speech Magenta

📋 copy color: '#D64CCB'

red 214 ◦ green 76 ◦ blue 203

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

Shades of Free Speech Magenta #D64CCB

Tints of Free Speech Magenta #D64CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.42%

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

R = 43.41%
G = 15.42%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D64CCB (or 0xD64CCB) is known color: Free Speech Magenta. HEX triplet: D6, 4C and CB. RGB value is (214,76,203). Sum of RGB (Red+Green+Blue) = 214+76+203=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CCB is #29B334. Grayscale: #838383. Windows color (decimal): -2732853 or 13323478. OLE color: 13323478.

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

Color convert

RGB 214 76 203 -
CMYK 0 0.64 0.05 0.16
HSL 304.78º 0.63% 0.57% -
HSV(B) 304.78º 0.64% 0.84% -
XYZ 41.1 23.78 58.92 -
YUV 131.74 168.22 186.67 -
System Red Green Blue C M Y K H S L
Decimal 214 76 203 0 0.64 0.05 0.16 304.78 0.63 0.57
Hex D6 4C CB 0 40 5 10 131 3F 39
Octal 326 114 313 0 100 5 20 461 77 71
Binary 11010110 1001100 11001011 0 1000000 101 10000 100110001 111111 111001

Color Harmonies of #D64CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CCB

Black with #D64CCB

Text Example


Text Example

White with #D64CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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