Html Css Color HEX #D750DB Free Speech Magenta

📋 copy color: '#D750DB'

red 215 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #D750DB

Tints of Free Speech Magenta #D750DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.56%

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

R = 41.83%
G = 15.56%
B = 42.61%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D750DB (or 0xD750DB) is known color: Free Speech Magenta. HEX triplet: D7, 50 and DB. RGB value is (215,80,219). Sum of RGB (Red+Green+Blue) = 215+80+219=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #D750DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D750DB is #28AF24. Grayscale: #878787. Windows color (decimal): -2666277 or 14373079. OLE color: 14373079.

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

Color convert

RGB 215 80 219 -
CMYK 0.02 0.63 0 0.14
HSL 298.27º 0.66% 0.59% -
HSV(B) 298.27º 0.63% 0.86% -
XYZ 43.68 25.3 69.6 -
YUV 136.21 174.73 184.2 -
System Red Green Blue C M Y K H S L
Decimal 215 80 219 0.02 0.63 0 0.14 298.27 0.66 0.59
Hex D7 50 DB 2 3F 0 E 12A 42 3B
Octal 327 120 333 2 77 0 16 452 102 73
Binary 11010111 1010000 11011011 10 111111 0 1110 100101010 1000010 111011

Color Harmonies of #D750DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750DB

Black with #D750DB

Text Example


Text Example

White with #D750DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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