Html Css Color HEX #D306EB Psychedelic Purple

📋 copy color: '#D306EB'

red 211 ◦ green 6 ◦ blue 235

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

Shades of Psychedelic Purple #D306EB

Tints of Psychedelic Purple #D306EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.99%

R = 46.68%
G = 1.33%
B = 51.99%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D306EB (or 0xD306EB) is known color: Psychedelic Purple. HEX triplet: D3, 06 and EB. RGB value is (211,6,235). Sum of RGB (Red+Green+Blue) = 211+6+235=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #D306EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D306EB is #2CF914. Grayscale: #5C5C5C. Windows color (decimal): -2947349 or 15402707. OLE color: 15402707.

HSL color Cylindrical-coordinate representation of color #D306EB: hue angle of 293.71º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D306EB is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 6 235 -
CMYK 0.10 0.97 0 0.08
HSL 293.71º 0.95% 0.47% -
HSV(B) 293.71º 0.97% 0.92% -
XYZ 41.92 19.98 80.24 -
YUV 93.4 207.92 211.88 -
System Red Green Blue C M Y K H S L
Decimal 211 6 235 0.10 0.97 0 0.08 293.71 0.95 0.47
Hex D3 6 EB A 61 0 8 126 5F 2F
Octal 323 6 353 12 141 0 10 446 137 57
Binary 11010011 110 11101011 1010 1100001 0 1000 100100110 1011111 101111

Color Harmonies of #D306EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D306EB

Black with #D306EB

Text Example


Text Example

White with #D306EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D306EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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