Html Css Color HEX #D002F5 Psychedelic Purple

📋 copy color: '#D002F5'

red 208 ◦ green 2 ◦ blue 245

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

Shades of Psychedelic Purple #D002F5

Tints of Psychedelic Purple #D002F5

RGB

 RED value IS 208 (81.64% from 255) = 45.71%

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

 BLUE value IS 245 (96.09% from 255) = 53.85%

R = 45.71%
G = 0.44%
B = 53.85%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D002F5 (or 0xD002F5) is known color: Psychedelic Purple. HEX triplet: D0, 02 and F5. RGB value is (208,2,245). Sum of RGB (Red+Green+Blue) = 208+2+245=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 245 (96.09% from 255 or 53.85% from 455); Max value from RGB is 245 - color contains mainly: blue. Hex color #D002F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D002F5 is #2FFD0A. Grayscale: #5A5A5A. Windows color (decimal): -3144971 or 16057040. OLE color: 16057040.

HSL color Cylindrical-coordinate representation of color #D002F5: hue angle of 290.86º 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 #D002F5 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 2 245 -
CMYK 0.15 0.99 0 0.04
HSL 290.86º 0.98% 0.48% -
HSV(B) 290.86º 0.99% 0.96% -
XYZ 42.52 20.05 88.01 -
YUV 91.3 214.75 211.24 -
System Red Green Blue C M Y K H S L
Decimal 208 2 245 0.15 0.99 0 0.04 290.86 0.98 0.48
Hex D0 2 F5 F 63 0 4 123 62 30
Octal 320 2 365 17 143 0 4 443 142 60
Binary 11010000 10 11110101 1111 1100011 0 100 100100011 1100010 110000

Color Harmonies of #D002F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002F5

Black with #D002F5

Text Example


Text Example

White with #D002F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002F5; }

 p { color: rgb(208,2,245); }

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

background-color css

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

 a { background-color: rgb(208,2,245); }

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

border-color css

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

 span { border-color: rgb(208,2,245); }

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