Html Css Color HEX #D002F9 Psychedelic Purple

📋 copy color: '#D002F9'

red 208 ◦ green 2 ◦ blue 249

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

Shades of Psychedelic Purple #D002F9

Tints of Psychedelic Purple #D002F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.25%

R = 45.32%
G = 0.44%
B = 54.25%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D002F9 (or 0xD002F9) is known color: Psychedelic Purple. HEX triplet: D0, 02 and F9. RGB value is (208,2,249). Sum of RGB (Red+Green+Blue) = 208+2+249=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #D002F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D002F9 is #2FFD06. Grayscale: #5A5A5A. Windows color (decimal): -3144967 or 16319184. OLE color: 16319184.

HSL color Cylindrical-coordinate representation of color #D002F9: hue angle of 290.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D002F9 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 2 249 -
CMYK 0.16 0.99 0 0.02
HSL 290.04º 0.98% 0.49% -
HSV(B) 290.04º 0.99% 0.98% -
XYZ 43.13 20.29 91.27 -
YUV 91.75 216.75 210.92 -
System Red Green Blue C M Y K H S L
Decimal 208 2 249 0.16 0.99 0 0.02 290.04 0.98 0.49
Hex D0 2 F9 10 63 0 2 122 62 31
Octal 320 2 371 20 143 0 2 442 142 61
Binary 11010000 10 11111001 10000 1100011 0 10 100100010 1100010 110001

Color Harmonies of #D002F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002F9

Black with #D002F9

Text Example


Text Example

White with #D002F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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