Html Css Color HEX #D021F6 Psychedelic Purple

📋 copy color: '#D021F6'

red 208 ◦ green 33 ◦ blue 246

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

Shades of Psychedelic Purple #D021F6

Tints of Psychedelic Purple #D021F6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.78%

 BLUE value IS 246 (96.48% from 255) = 50.51%

R = 42.71%
G = 6.78%
B = 50.51%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D021F6 (or 0xD021F6) is known color: Psychedelic Purple. HEX triplet: D0, 21 and F6. RGB value is (208,33,246). Sum of RGB (Red+Green+Blue) = 208+33+246=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #D021F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D021F6 is #2FDE09. Grayscale: #6C6C6C. Windows color (decimal): -3137034 or 16130512. OLE color: 16130512.

HSL color Cylindrical-coordinate representation of color #D021F6: hue angle of 289.3º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D021F6 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 33 246 -
CMYK 0.15 0.87 0 0.04
HSL 289.3º 0.92% 0.55% -
HSV(B) 289.3º 0.87% 0.96% -
XYZ 43.19 21.15 89 -
YUV 109.61 204.98 198.18 -
System Red Green Blue C M Y K H S L
Decimal 208 33 246 0.15 0.87 0 0.04 289.3 0.92 0.55
Hex D0 21 F6 F 57 0 4 121 5C 37
Octal 320 41 366 17 127 0 4 441 134 67
Binary 11010000 100001 11110110 1111 1010111 0 100 100100001 1011100 110111

Color Harmonies of #D021F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021F6

Black with #D021F6

Text Example


Text Example

White with #D021F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021F6; }

 p { color: rgb(208,33,246); }

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

background-color css

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

 a { background-color: rgb(208,33,246); }

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

border-color css

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

 span { border-color: rgb(208,33,246); }

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