Html Css Color HEX #D00AFC Psychedelic Purple

📋 copy color: '#D00AFC'

red 208 ◦ green 10 ◦ blue 252

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

Shades of Psychedelic Purple #D00AFC

Tints of Psychedelic Purple #D00AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 44.26%
G = 2.13%
B = 53.62%

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

#D00AFC (or 0xD00AFC) is known color: Psychedelic Purple. HEX triplet: D0, 0A and FC. RGB value is (208,10,252). Sum of RGB (Red+Green+Blue) = 208+10+252=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #D00AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00AFC is #2FF503. Grayscale: #606060. Windows color (decimal): -3142916 or 16517840. OLE color: 16517840.

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

Color convert

RGB 208 10 252 -
CMYK 0.17 0.96 0 0.01
HSL 289.09º 0.98% 0.51% -
HSV(B) 289.09º 0.96% 0.99% -
XYZ 43.69 20.66 93.78 -
YUV 96.79 215.6 207.32 -
System Red Green Blue C M Y K H S L
Decimal 208 10 252 0.17 0.96 0 0.01 289.09 0.98 0.51
Hex D0 A FC 11 60 0 1 121 62 33
Octal 320 12 374 21 140 0 1 441 142 63
Binary 11010000 1010 11111100 10001 1100000 0 1 100100001 1100010 110011

Color Harmonies of #D00AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00AFC

Black with #D00AFC

Text Example


Text Example

White with #D00AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00AFC; }

 p { color: rgb(208,10,252); }

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

background-color css

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

 a { background-color: rgb(208,10,252); }

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

border-color css

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

 span { border-color: rgb(208,10,252); }

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