Html Css Color HEX #D70AFB Psychedelic Purple

📋 copy color: '#D70AFB'

red 215 ◦ green 10 ◦ blue 251

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

Shades of Psychedelic Purple #D70AFB

Tints of Psychedelic Purple #D70AFB

RGB

 RED value IS 215 (84.38% from 255) = 45.17%

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

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

R = 45.17%
G = 2.1%
B = 52.73%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D70AFB (or 0xD70AFB) is known color: Psychedelic Purple. HEX triplet: D7, 0A and FB. RGB value is (215,10,251). Sum of RGB (Red+Green+Blue) = 215+10+251=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 10 (4.30% from 255 or 2.10% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #D70AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70AFB is #28F504. Grayscale: #626262. Windows color (decimal): -2684165 or 16452311. OLE color: 16452311.

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

Color convert

RGB 215 10 251 -
CMYK 0.14 0.96 0 0.02
HSL 291.04º 0.97% 0.51% -
HSV(B) 291.04º 0.96% 0.98% -
XYZ 45.55 21.63 93.04 -
YUV 98.77 213.92 210.9 -
System Red Green Blue C M Y K H S L
Decimal 215 10 251 0.14 0.96 0 0.02 291.04 0.97 0.51
Hex D7 A FB E 60 0 2 123 61 33
Octal 327 12 373 16 140 0 2 443 141 63
Binary 11010111 1010 11111011 1110 1100000 0 10 100100011 1100001 110011

Color Harmonies of #D70AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AFB

Black with #D70AFB

Text Example


Text Example

White with #D70AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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