Html Css Color HEX #D738DB Free Speech Magenta

📋 copy color: '#D738DB'

red 215 ◦ green 56 ◦ blue 219

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

Shades of Free Speech Magenta #D738DB

Tints of Free Speech Magenta #D738DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.43%

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

R = 43.88%
G = 11.43%
B = 44.69%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D738DB (or 0xD738DB) is known color: Free Speech Magenta. HEX triplet: D7, 38 and DB. RGB value is (215,56,219). Sum of RGB (Red+Green+Blue) = 215+56+219=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #D738DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738DB is #28C724. Grayscale: #797979. Windows color (decimal): -2672421 or 14366935. OLE color: 14366935.

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

Color convert

RGB 215 56 219 -
CMYK 0.02 0.74 0 0.14
HSL 298.53º 0.69% 0.54% -
HSV(B) 298.53º 0.74% 0.86% -
XYZ 42.22 22.39 69.11 -
YUV 122.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 215 56 219 0.02 0.74 0 0.14 298.53 0.69 0.54
Hex D7 38 DB 2 4A 0 E 12B 45 36
Octal 327 70 333 2 112 0 16 453 105 66
Binary 11010111 111000 11011011 10 1001010 0 1110 100101011 1000101 110110

Color Harmonies of #D738DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D738DB

Black with #D738DB

Text Example


Text Example

White with #D738DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D738DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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