Html Css Color HEX #D300E7 Psychedelic Purple

📋 copy color: '#D300E7'

red 211 ◦ green 0 ◦ blue 231

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

Shades of Psychedelic Purple #D300E7

Tints of Psychedelic Purple #D300E7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 231 (90.63% from 255) = 52.26%

R = 47.74%
G = 0%
B = 52.26%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D300E7 (or 0xD300E7) is known color: Psychedelic Purple. HEX triplet: D3, 00 and E7. RGB value is (211,0,231). Sum of RGB (Red+Green+Blue) = 211+0+231=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 231 (90.62% from 255 or 52.26% from 442); Max value from RGB is 231 - color contains mainly: blue. Hex color #D300E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D300E7 is #2CFF18. Grayscale: #585858. Windows color (decimal): -2948889 or 15139027. OLE color: 15139027.

HSL color Cylindrical-coordinate representation of color #D300E7: hue angle of 294.81º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300E7 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 0 231 -
CMYK 0.09 1 0 0.09
HSL 294.81º 1% 0.45% -
HSV(B) 294.81º 1% 0.91% -
XYZ 41.29 19.62 77.21 -
YUV 89.42 207.9 214.72 -
System Red Green Blue C M Y K H S L
Decimal 211 0 231 0.09 1 0 0.09 294.81 1 0.45
Hex D3 0 E7 9 64 0 9 127 64 2D
Octal 323 0 347 11 144 0 11 447 144 55
Binary 11010011 0 11100111 1001 1100100 0 1001 100100111 1100100 101101

Color Harmonies of #D300E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D300E7

Black with #D300E7

Text Example


Text Example

White with #D300E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D300E7; }

 p { color: rgb(211,0,231); }

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

background-color css

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

 a { background-color: rgb(211,0,231); }

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

border-color css

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

 span { border-color: rgb(211,0,231); }

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