Html Css Color HEX #D002F4 Psychedelic Purple

📋 copy color: '#D002F4'

red 208 ◦ green 2 ◦ blue 244

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

Shades of Psychedelic Purple #D002F4

Tints of Psychedelic Purple #D002F4

RGB

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

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

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

R = 45.81%
G = 0.44%
B = 53.74%

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

#D002F4 (or 0xD002F4) is known color: Psychedelic Purple. HEX triplet: D0, 02 and F4. RGB value is (208,2,244). Sum of RGB (Red+Green+Blue) = 208+2+244=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 244 (95.70% from 255 or 53.74% from 454); Max value from RGB is 244 - color contains mainly: blue. Hex color #D002F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D002F4 is #2FFD0B. Grayscale: #5A5A5A. Windows color (decimal): -3144972 or 15991504. OLE color: 15991504.

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

Color convert

RGB 208 2 244 -
CMYK 0.15 0.99 0 0.04
HSL 291.07º 0.98% 0.48% -
HSV(B) 291.07º 0.99% 0.96% -
XYZ 42.36 19.98 87.21 -
YUV 91.18 214.25 211.32 -
System Red Green Blue C M Y K H S L
Decimal 208 2 244 0.15 0.99 0 0.04 291.07 0.98 0.48
Hex D0 2 F4 F 63 0 4 123 62 30
Octal 320 2 364 17 143 0 4 443 142 60
Binary 11010000 10 11110100 1111 1100011 0 100 100100011 1100010 110000

Color Harmonies of #D002F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002F4

Black with #D002F4

Text Example


Text Example

White with #D002F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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