Html Css Color HEX #D760CB Free Speech Magenta

📋 copy color: '#D760CB'

red 215 ◦ green 96 ◦ blue 203

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

Shades of Free Speech Magenta #D760CB

Tints of Free Speech Magenta #D760CB

RGB

 RED value IS 215 (84.38% from 255) = 41.83%

 GREEN value IS 96 (37.89% from 255) = 18.68%

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

R = 41.83%
G = 18.68%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D760CB (or 0xD760CB) is known color: Free Speech Magenta. HEX triplet: D7, 60 and CB. RGB value is (215,96,203). Sum of RGB (Red+Green+Blue) = 215+96+203=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D760CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760CB is #289F34. Grayscale: #8F8F8F. Windows color (decimal): -2662197 or 13328599. OLE color: 13328599.

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

Color convert

RGB 215 96 203 -
CMYK 0 0.55 0.06 0.16
HSL 306.05º 0.6% 0.61% -
HSV(B) 306.05º 0.55% 0.84% -
XYZ 42.99 27.12 59.47 -
YUV 143.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 215 96 203 0 0.55 0.06 0.16 306.05 0.6 0.61
Hex D7 60 CB 0 37 6 10 132 3C 3D
Octal 327 140 313 0 67 6 20 462 74 75
Binary 11010111 1100000 11001011 0 110111 110 10000 100110010 111100 111101

Color Harmonies of #D760CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D760CB

Black with #D760CB

Text Example


Text Example

White with #D760CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D760CB; }

 p { color: rgb(215,96,203); }

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

background-color css

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

 a { background-color: rgb(215,96,203); }

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

border-color css

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

 span { border-color: rgb(215,96,203); }

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