Html Css Color HEX #D702F4 Psychedelic Purple

📋 copy color: '#D702F4'

red 215 ◦ green 2 ◦ blue 244

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

Shades of Psychedelic Purple #D702F4

Tints of Psychedelic Purple #D702F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.93%

R = 46.64%
G = 0.43%
B = 52.93%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D702F4 (or 0xD702F4) is known color: Psychedelic Purple. HEX triplet: D7, 02 and F4. RGB value is (215,2,244). Sum of RGB (Red+Green+Blue) = 215+2+244=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 2 (1.17% from 255 or 0.43% from 461); Blue value is 244 (95.70% from 255 or 52.93% from 461); Max value from RGB is 244 - color contains mainly: blue. Hex color #D702F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D702F4 is #28FD0B. Grayscale: #5C5C5C. Windows color (decimal): -2686220 or 15991511. OLE color: 15991511.

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

Color convert

RGB 215 2 244 -
CMYK 0.12 0.99 0 0.04
HSL 292.81º 0.98% 0.48% -
HSV(B) 292.81º 0.99% 0.96% -
XYZ 44.38 21.02 87.31 -
YUV 93.28 213.07 214.82 -
System Red Green Blue C M Y K H S L
Decimal 215 2 244 0.12 0.99 0 0.04 292.81 0.98 0.48
Hex D7 2 F4 C 63 0 4 125 62 30
Octal 327 2 364 14 143 0 4 445 142 60
Binary 11010111 10 11110100 1100 1100011 0 100 100100101 1100010 110000

Color Harmonies of #D702F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D702F4

Black with #D702F4

Text Example


Text Example

White with #D702F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D702F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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