Html Css Color HEX #D70DF0 Psychedelic Purple

📋 copy color: '#D70DF0'

red 215 ◦ green 13 ◦ blue 240

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

Shades of Psychedelic Purple #D70DF0

Tints of Psychedelic Purple #D70DF0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.78%

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

R = 45.94%
G = 2.78%
B = 51.28%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D70DF0 (or 0xD70DF0) is known color: Psychedelic Purple. HEX triplet: D7, 0D and F0. RGB value is (215,13,240). Sum of RGB (Red+Green+Blue) = 215+13+240=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 13 (5.47% from 255 or 2.78% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #D70DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70DF0 is #28F20F. Grayscale: #626262. Windows color (decimal): -2683408 or 15732183. OLE color: 15732183.

HSL color Cylindrical-coordinate representation of color #D70DF0: hue angle of 293.39º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70DF0 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 13 240 -
CMYK 0.10 0.95 0 0.06
HSL 293.39º 0.9% 0.5% -
HSV(B) 293.39º 0.95% 0.94% -
XYZ 43.9 21.03 84.18 -
YUV 99.28 207.42 210.54 -
System Red Green Blue C M Y K H S L
Decimal 215 13 240 0.10 0.95 0 0.06 293.39 0.9 0.5
Hex D7 D F0 A 5F 0 6 125 5A 32
Octal 327 15 360 12 137 0 6 445 132 62
Binary 11010111 1101 11110000 1010 1011111 0 110 100100101 1011010 110010

Color Harmonies of #D70DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DF0

Black with #D70DF0

Text Example


Text Example

White with #D70DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DF0; }

 p { color: rgb(215,13,240); }

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

background-color css

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

 a { background-color: rgb(215,13,240); }

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

border-color css

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

 span { border-color: rgb(215,13,240); }

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