Html Css Color HEX #D306ED Psychedelic Purple

📋 copy color: '#D306ED'

red 211 ◦ green 6 ◦ blue 237

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

Shades of Psychedelic Purple #D306ED

Tints of Psychedelic Purple #D306ED

RGB

 RED value IS 211 (82.81% from 255) = 46.48%

 GREEN value IS 6 (2.73% from 255) = 1.32%

 BLUE value IS 237 (92.97% from 255) = 52.2%

R = 46.48%
G = 1.32%
B = 52.2%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D306ED (or 0xD306ED) is known color: Psychedelic Purple. HEX triplet: D3, 06 and ED. RGB value is (211,6,237). Sum of RGB (Red+Green+Blue) = 211+6+237=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 6 (2.73% from 255 or 1.32% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #D306ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D306ED is #2CF912. Grayscale: #5C5C5C. Windows color (decimal): -2947347 or 15533779. OLE color: 15533779.

HSL color Cylindrical-coordinate representation of color #D306ED: hue angle of 293.25º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D306ED is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 6 237 -
CMYK 0.11 0.97 0 0.07
HSL 293.25º 0.95% 0.48% -
HSV(B) 293.25º 0.97% 0.93% -
XYZ 42.22 20.09 81.77 -
YUV 93.63 208.92 211.72 -
System Red Green Blue C M Y K H S L
Decimal 211 6 237 0.11 0.97 0 0.07 293.25 0.95 0.48
Hex D3 6 ED B 61 0 7 125 5F 30
Octal 323 6 355 13 141 0 7 445 137 60
Binary 11010011 110 11101101 1011 1100001 0 111 100100101 1011111 110000

Color Harmonies of #D306ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D306ED

Black with #D306ED

Text Example


Text Example

White with #D306ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D306ED; }

 p { color: rgb(211,6,237); }

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

background-color css

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

 a { background-color: rgb(211,6,237); }

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

border-color css

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

 span { border-color: rgb(211,6,237); }

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