Html Css Color HEX #D730DB Free Speech Magenta

📋 copy color: '#D730DB'

red 215 ◦ green 48 ◦ blue 219

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

Shades of Free Speech Magenta #D730DB

Tints of Free Speech Magenta #D730DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.96%

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

R = 44.61%
G = 9.96%
B = 45.44%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D730DB (or 0xD730DB) is known color: Free Speech Magenta. HEX triplet: D7, 30 and DB. RGB value is (215,48,219). Sum of RGB (Red+Green+Blue) = 215+48+219=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #D730DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730DB is #28CF24. Grayscale: #747474. Windows color (decimal): -2674469 or 14364887. OLE color: 14364887.

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

Color convert

RGB 215 48 219 -
CMYK 0.02 0.78 0 0.14
HSL 298.6º 0.7% 0.52% -
HSV(B) 298.6º 0.78% 0.86% -
XYZ 41.87 21.68 68.99 -
YUV 117.43 185.33 197.6 -
System Red Green Blue C M Y K H S L
Decimal 215 48 219 0.02 0.78 0 0.14 298.6 0.7 0.52
Hex D7 30 DB 2 4E 0 E 12B 46 34
Octal 327 60 333 2 116 0 16 453 106 64
Binary 11010111 110000 11011011 10 1001110 0 1110 100101011 1000110 110100

Color Harmonies of #D730DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730DB

Black with #D730DB

Text Example


Text Example

White with #D730DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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