Html Css Color HEX #DB38D4 Free Speech Magenta

📋 copy color: '#DB38D4'

red 219 ◦ green 56 ◦ blue 212

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

Shades of Free Speech Magenta #DB38D4

Tints of Free Speech Magenta #DB38D4

RGB

 RED value IS 219 (85.94% from 255) = 44.97%

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

 BLUE value IS 212 (83.2% from 255) = 43.53%

R = 44.97%
G = 11.5%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB38D4 (or 0xDB38D4) is known color: Free Speech Magenta. HEX triplet: DB, 38 and D4. RGB value is (219,56,212). Sum of RGB (Red+Green+Blue) = 219+56+212=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38D4 is #24C72B. Grayscale: #7A7A7A. Windows color (decimal): -2410284 or 13908187. OLE color: 13908187.

HSL color Cylindrical-coordinate representation of color #DB38D4: hue angle of 302.58º 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 #DB38D4 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 56 212 -
CMYK 0 0.74 0.03 0.14
HSL 302.58º 0.69% 0.54% -
HSV(B) 302.58º 0.74% 0.86% -
XYZ 42.51 22.64 64.42 -
YUV 122.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 219 56 212 0 0.74 0.03 0.14 302.58 0.69 0.54
Hex DB 38 D4 0 4A 3 E 12F 45 36
Octal 333 70 324 0 112 3 16 457 105 66
Binary 11011011 111000 11010100 0 1001010 11 1110 100101111 1000101 110110

Color Harmonies of #DB38D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38D4

Black with #DB38D4

Text Example


Text Example

White with #DB38D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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