Html Css Color HEX #D761DB Free Speech Magenta

📋 copy color: '#D761DB'

red 215 ◦ green 97 ◦ blue 219

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

Shades of Free Speech Magenta #D761DB

Tints of Free Speech Magenta #D761DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.27%

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 40.49%
G = 18.27%
B = 41.24%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D761DB (or 0xD761DB) is known color: Free Speech Magenta. HEX triplet: D7, 61 and DB. RGB value is (215,97,219). Sum of RGB (Red+Green+Blue) = 215+97+219=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #D761DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761DB is #289E24. Grayscale: #919191. Windows color (decimal): -2661925 or 14377431. OLE color: 14377431.

HSL color Cylindrical-coordinate representation of color #D761DB: hue angle of 298.03º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D761DB is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 97 219 -
CMYK 0.02 0.56 0 0.14
HSL 298.03º 0.63% 0.62% -
HSV(B) 298.03º 0.56% 0.86% -
XYZ 45.09 28.11 70.07 -
YUV 146.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 215 97 219 0.02 0.56 0 0.14 298.03 0.63 0.62
Hex D7 61 DB 2 38 0 E 12A 3F 3E
Octal 327 141 333 2 70 0 16 452 77 76
Binary 11010111 1100001 11011011 10 111000 0 1110 100101010 111111 111110

Color Harmonies of #D761DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D761DB

Black with #D761DB

Text Example


Text Example

White with #D761DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D761DB; }

 p { color: rgb(215,97,219); }

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

background-color css

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

 a { background-color: rgb(215,97,219); }

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

border-color css

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

 span { border-color: rgb(215,97,219); }

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