Html Css Color HEX #D10AFB Psychedelic Purple

📋 copy color: '#D10AFB'

red 209 ◦ green 10 ◦ blue 251

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

Shades of Psychedelic Purple #D10AFB

Tints of Psychedelic Purple #D10AFB

RGB

 RED value IS 209 (82.03% from 255) = 44.47%

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

 BLUE value IS 251 (98.44% from 255) = 53.4%

R = 44.47%
G = 2.13%
B = 53.4%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D10AFB (or 0xD10AFB) is known color: Psychedelic Purple. HEX triplet: D1, 0A and FB. RGB value is (209,10,251). Sum of RGB (Red+Green+Blue) = 209+10+251=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #D10AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10AFB is #2EF504. Grayscale: #606060. Windows color (decimal): -3077381 or 16452305. OLE color: 16452305.

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

Color convert

RGB 209 10 251 -
CMYK 0.17 0.96 0 0.02
HSL 289.54º 0.97% 0.51% -
HSV(B) 289.54º 0.96% 0.98% -
XYZ 43.82 20.74 92.96 -
YUV 96.98 214.93 207.9 -
System Red Green Blue C M Y K H S L
Decimal 209 10 251 0.17 0.96 0 0.02 289.54 0.97 0.51
Hex D1 A FB 11 60 0 2 122 61 33
Octal 321 12 373 21 140 0 2 442 141 63
Binary 11010001 1010 11111011 10001 1100000 0 10 100100010 1100001 110011

Color Harmonies of #D10AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10AFB

Black with #D10AFB

Text Example


Text Example

White with #D10AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10AFB; }

 p { color: rgb(209,10,251); }

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

background-color css

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

 a { background-color: rgb(209,10,251); }

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

border-color css

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

 span { border-color: rgb(209,10,251); }

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