Html Css Color HEX #D20AF1 Psychedelic Purple

📋 copy color: '#D20AF1'

red 210 ◦ green 10 ◦ blue 241

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

Shades of Psychedelic Purple #D20AF1

Tints of Psychedelic Purple #D20AF1

RGB

 RED value IS 210 (82.42% from 255) = 45.55%

 GREEN value IS 10 (4.3% from 255) = 2.17%

 BLUE value IS 241 (94.53% from 255) = 52.28%

R = 45.55%
G = 2.17%
B = 52.28%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D20AF1 (or 0xD20AF1) is known color: Psychedelic Purple. HEX triplet: D2, 0A and F1. RGB value is (210,10,241). Sum of RGB (Red+Green+Blue) = 210+10+241=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #D20AF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20AF1 is #2DF50E. Grayscale: #5F5F5F. Windows color (decimal): -3011855 or 15796946. OLE color: 15796946.

HSL color Cylindrical-coordinate representation of color #D20AF1: hue angle of 291.95º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20AF1 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 10 241 -
CMYK 0.13 0.96 0 0.05
HSL 291.95º 0.92% 0.49% -
HSV(B) 291.95º 0.96% 0.95% -
XYZ 42.56 20.27 84.89 -
YUV 96.13 209.76 209.22 -
System Red Green Blue C M Y K H S L
Decimal 210 10 241 0.13 0.96 0 0.05 291.95 0.92 0.49
Hex D2 A F1 D 60 0 5 124 5C 31
Octal 322 12 361 15 140 0 5 444 134 61
Binary 11010010 1010 11110001 1101 1100000 0 101 100100100 1011100 110001

Color Harmonies of #D20AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20AF1

Black with #D20AF1

Text Example


Text Example

White with #D20AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20AF1; }

 p { color: rgb(210,10,241); }

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

background-color css

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

 a { background-color: rgb(210,10,241); }

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

border-color css

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

 span { border-color: rgb(210,10,241); }

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