Html Css Color HEX #D20AFD Psychedelic Purple

📋 copy color: '#D20AFD'

red 210 ◦ green 10 ◦ blue 253

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

Shades of Psychedelic Purple #D20AFD

Tints of Psychedelic Purple #D20AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.49%

R = 44.4%
G = 2.11%
B = 53.49%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D20AFD (or 0xD20AFD) is known color: Psychedelic Purple. HEX triplet: D2, 0A and FD. RGB value is (210,10,253). Sum of RGB (Red+Green+Blue) = 210+10+253=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 10 (4.30% from 255 or 2.11% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #D20AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20AFD is #2DF502. Grayscale: #606060. Windows color (decimal): -3011843 or 16583378. OLE color: 16583378.

HSL color Cylindrical-coordinate representation of color #D20AFD: hue angle of 289.38º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20AFD is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 10 253 -
CMYK 0.17 0.96 0 0.01
HSL 289.38º 0.98% 0.52% -
HSV(B) 289.38º 0.96% 0.99% -
XYZ 44.42 21.01 94.64 -
YUV 97.5 215.76 208.24 -
System Red Green Blue C M Y K H S L
Decimal 210 10 253 0.17 0.96 0 0.01 289.38 0.98 0.52
Hex D2 A FD 11 60 0 1 121 62 34
Octal 322 12 375 21 140 0 1 441 142 64
Binary 11010010 1010 11111101 10001 1100000 0 1 100100001 1100010 110100

Color Harmonies of #D20AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20AFD

Black with #D20AFD

Text Example


Text Example

White with #D20AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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