Html Css Color HEX #D838D0 Free Speech Magenta

📋 copy color: '#D838D0'

red 216 ◦ green 56 ◦ blue 208

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

Shades of Free Speech Magenta #D838D0

Tints of Free Speech Magenta #D838D0

RGB

 RED value IS 216 (84.77% from 255) = 45%

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

 BLUE value IS 208 (81.64% from 255) = 43.33%

R = 45%
G = 11.67%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D838D0 (or 0xD838D0) is known color: Free Speech Magenta. HEX triplet: D8, 38 and D0. RGB value is (216,56,208). Sum of RGB (Red+Green+Blue) = 216+56+208=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D838D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838D0 is #27C72F. Grayscale: #787878. Windows color (decimal): -2606896 or 13646040. OLE color: 13646040.

HSL color Cylindrical-coordinate representation of color #D838D0: hue angle of 303º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D838D0 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 56 208 -
CMYK 0 0.74 0.04 0.15
HSL 303º 0.67% 0.53% -
HSV(B) 303º 0.74% 0.85% -
XYZ 41.12 21.98 61.75 -
YUV 121.17 177.01 195.64 -
System Red Green Blue C M Y K H S L
Decimal 216 56 208 0 0.74 0.04 0.15 303 0.67 0.53
Hex D8 38 D0 0 4A 4 F 12F 43 35
Octal 330 70 320 0 112 4 17 457 103 65
Binary 11011000 111000 11010000 0 1001010 100 1111 100101111 1000011 110101

Color Harmonies of #D838D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D838D0

Black with #D838D0

Text Example


Text Example

White with #D838D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D838D0; }

 p { color: rgb(216,56,208); }

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

background-color css

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

 a { background-color: rgb(216,56,208); }

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

border-color css

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

 span { border-color: rgb(216,56,208); }

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