Html Css Color HEX #D01AF4 Psychedelic Purple

📋 copy color: '#D01AF4'

red 208 ◦ green 26 ◦ blue 244

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

Shades of Psychedelic Purple #D01AF4

Tints of Psychedelic Purple #D01AF4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.44%

 BLUE value IS 244 (95.7% from 255) = 51.05%

R = 43.51%
G = 5.44%
B = 51.05%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D01AF4 (or 0xD01AF4) is known color: Psychedelic Purple. HEX triplet: D0, 1A and F4. RGB value is (208,26,244). Sum of RGB (Red+Green+Blue) = 208+26+244=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #D01AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01AF4 is #2FE50B. Grayscale: #686868. Windows color (decimal): -3138828 or 15997648. OLE color: 15997648.

HSL color Cylindrical-coordinate representation of color #D01AF4: hue angle of 290.09º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01AF4 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 26 244 -
CMYK 0.15 0.89 0 0.04
HSL 290.09º 0.91% 0.53% -
HSV(B) 290.09º 0.89% 0.96% -
XYZ 42.71 20.68 87.33 -
YUV 105.27 206.3 201.27 -
System Red Green Blue C M Y K H S L
Decimal 208 26 244 0.15 0.89 0 0.04 290.09 0.91 0.53
Hex D0 1A F4 F 59 0 4 122 5B 35
Octal 320 32 364 17 131 0 4 442 133 65
Binary 11010000 11010 11110100 1111 1011001 0 100 100100010 1011011 110101

Color Harmonies of #D01AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01AF4

Black with #D01AF4

Text Example


Text Example

White with #D01AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01AF4; }

 p { color: rgb(208,26,244); }

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

background-color css

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

 a { background-color: rgb(208,26,244); }

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

border-color css

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

 span { border-color: rgb(208,26,244); }

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