Html Css Color HEX #D702EB Psychedelic Purple

📋 copy color: '#D702EB'

red 215 ◦ green 2 ◦ blue 235

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

Shades of Psychedelic Purple #D702EB

Tints of Psychedelic Purple #D702EB

RGB

 RED value IS 215 (84.38% from 255) = 47.57%

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

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

R = 47.57%
G = 0.44%
B = 51.99%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D702EB (or 0xD702EB) is known color: Psychedelic Purple. HEX triplet: D7, 02 and EB. RGB value is (215,2,235). Sum of RGB (Red+Green+Blue) = 215+2+235=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 2 (1.17% from 255 or 0.44% 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 #D702EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D702EB is #28FD14. Grayscale: #5B5B5B. Windows color (decimal): -2686229 or 15401687. OLE color: 15401687.

HSL color Cylindrical-coordinate representation of color #D702EB: hue angle of 294.85º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D702EB is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 2 235 -
CMYK 0.09 0.99 0 0.08
HSL 294.85º 0.98% 0.46% -
HSV(B) 294.85º 0.99% 0.92% -
XYZ 43.04 20.49 80.28 -
YUV 92.25 208.57 215.55 -
System Red Green Blue C M Y K H S L
Decimal 215 2 235 0.09 0.99 0 0.08 294.85 0.98 0.46
Hex D7 2 EB 9 63 0 8 127 62 2E
Octal 327 2 353 11 143 0 10 447 142 56
Binary 11010111 10 11101011 1001 1100011 0 1000 100100111 1100010 101110

Color Harmonies of #D702EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D702EB

Black with #D702EB

Text Example


Text Example

White with #D702EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D702EB; }

 p { color: rgb(215,2,235); }

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

background-color css

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

 a { background-color: rgb(215,2,235); }

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

border-color css

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

 span { border-color: rgb(215,2,235); }

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