Html Css Color HEX #D40AFD Psychedelic Purple

📋 copy color: '#D40AFD'

red 212 ◦ green 10 ◦ blue 253

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

Shades of Psychedelic Purple #D40AFD

Tints of Psychedelic Purple #D40AFD

RGB

 RED value IS 212 (83.2% from 255) = 44.63%

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

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

R = 44.63%
G = 2.11%
B = 53.26%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D40AFD (or 0xD40AFD) is known color: Psychedelic Purple. HEX triplet: D4, 0A and FD. RGB value is (212,10,253). Sum of RGB (Red+Green+Blue) = 212+10+253=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #D40AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40AFD is #2BF502. Grayscale: #616161. Windows color (decimal): -2880771 or 16583380. OLE color: 16583380.

HSL color Cylindrical-coordinate representation of color #D40AFD: hue angle of 289.88º 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 #D40AFD is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 10 253 -
CMYK 0.16 0.96 0 0.01
HSL 289.88º 0.98% 0.52% -
HSV(B) 289.88º 0.96% 0.99% -
XYZ 44.99 21.31 94.67 -
YUV 98.1 215.42 209.24 -
System Red Green Blue C M Y K H S L
Decimal 212 10 253 0.16 0.96 0 0.01 289.88 0.98 0.52
Hex D4 A FD 10 60 0 1 122 62 34
Octal 324 12 375 20 140 0 1 442 142 64
Binary 11010100 1010 11111101 10000 1100000 0 1 100100010 1100010 110100

Color Harmonies of #D40AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40AFD

Black with #D40AFD

Text Example


Text Example

White with #D40AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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