Html Css Color HEX #D702EE Psychedelic Purple

📋 copy color: '#D702EE'

red 215 ◦ green 2 ◦ blue 238

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

Shades of Psychedelic Purple #D702EE

Tints of Psychedelic Purple #D702EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.31%

R = 47.25%
G = 0.44%
B = 52.31%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D702EE (or 0xD702EE) is known color: Psychedelic Purple. HEX triplet: D7, 02 and EE. RGB value is (215,2,238). Sum of RGB (Red+Green+Blue) = 215+2+238=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #D702EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D702EE is #28FD11. Grayscale: #5B5B5B. Windows color (decimal): -2686226 or 15598295. OLE color: 15598295.

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

Color convert

RGB 215 2 238 -
CMYK 0.10 0.99 0 0.07
HSL 294.15º 0.98% 0.47% -
HSV(B) 294.15º 0.99% 0.93% -
XYZ 43.48 20.66 82.59 -
YUV 92.59 210.07 215.31 -
System Red Green Blue C M Y K H S L
Decimal 215 2 238 0.10 0.99 0 0.07 294.15 0.98 0.47
Hex D7 2 EE A 63 0 7 126 62 2F
Octal 327 2 356 12 143 0 7 446 142 57
Binary 11010111 10 11101110 1010 1100011 0 111 100100110 1100010 101111

Color Harmonies of #D702EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D702EE

Black with #D702EE

Text Example


Text Example

White with #D702EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D702EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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