Html Css Color HEX #D302EF Psychedelic Purple

📋 copy color: '#D302EF'

red 211 ◦ green 2 ◦ blue 239

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

Shades of Psychedelic Purple #D302EF

Tints of Psychedelic Purple #D302EF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 46.68%
G = 0.44%
B = 52.88%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D302EF (or 0xD302EF) is known color: Psychedelic Purple. HEX triplet: D3, 02 and EF. RGB value is (211,2,239). Sum of RGB (Red+Green+Blue) = 211+2+239=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #D302EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D302EF is #2CFD10. Grayscale: #5A5A5A. Windows color (decimal): -2948369 or 15663827. OLE color: 15663827.

HSL color Cylindrical-coordinate representation of color #D302EF: hue angle of 292.91º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D302EF is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 2 239 -
CMYK 0.12 0.99 0 0.06
HSL 292.91º 0.98% 0.47% -
HSV(B) 292.91º 0.99% 0.94% -
XYZ 42.47 20.12 83.31 -
YUV 91.51 211.24 213.23 -
System Red Green Blue C M Y K H S L
Decimal 211 2 239 0.12 0.99 0 0.06 292.91 0.98 0.47
Hex D3 2 EF C 63 0 6 125 62 2F
Octal 323 2 357 14 143 0 6 445 142 57
Binary 11010011 10 11101111 1100 1100011 0 110 100100101 1100010 101111

Color Harmonies of #D302EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D302EF

Black with #D302EF

Text Example


Text Example

White with #D302EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D302EF; }

 p { color: rgb(211,2,239); }

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

background-color css

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

 a { background-color: rgb(211,2,239); }

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

border-color css

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

 span { border-color: rgb(211,2,239); }

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