Html Css Color HEX #D00AF0 Psychedelic Purple

📋 copy color: '#D00AF0'

red 208 ◦ green 10 ◦ blue 240

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

Shades of Psychedelic Purple #D00AF0

Tints of Psychedelic Purple #D00AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.4%

R = 45.41%
G = 2.18%
B = 52.4%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D00AF0 (or 0xD00AF0) is known color: Psychedelic Purple. HEX triplet: D0, 0A and F0. RGB value is (208,10,240). Sum of RGB (Red+Green+Blue) = 208+10+240=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #D00AF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00AF0 is #2FF50F. Grayscale: #5E5E5E. Windows color (decimal): -3142928 or 15731408. OLE color: 15731408.

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

Color convert

RGB 208 10 240 -
CMYK 0.13 0.96 0 0.06
HSL 291.65º 0.92% 0.49% -
HSV(B) 291.65º 0.96% 0.94% -
XYZ 41.85 19.92 84.08 -
YUV 95.42 209.6 208.3 -
System Red Green Blue C M Y K H S L
Decimal 208 10 240 0.13 0.96 0 0.06 291.65 0.92 0.49
Hex D0 A F0 D 60 0 6 124 5C 31
Octal 320 12 360 15 140 0 6 444 134 61
Binary 11010000 1010 11110000 1101 1100000 0 110 100100100 1011100 110001

Color Harmonies of #D00AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00AF0

Black with #D00AF0

Text Example


Text Example

White with #D00AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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