Html Css Color HEX #D70DFD Psychedelic Purple

📋 copy color: '#D70DFD'

red 215 ◦ green 13 ◦ blue 253

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

Shades of Psychedelic Purple #D70DFD

Tints of Psychedelic Purple #D70DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 44.7%
G = 2.7%
B = 52.6%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D70DFD (or 0xD70DFD) is known color: Psychedelic Purple. HEX triplet: D7, 0D and FD. RGB value is (215,13,253). Sum of RGB (Red+Green+Blue) = 215+13+253=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 13 (5.47% from 255 or 2.70% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #D70DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70DFD is #28F202. Grayscale: #646464. Windows color (decimal): -2683395 or 16584151. OLE color: 16584151.

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

Color convert

RGB 215 13 253 -
CMYK 0.15 0.95 0 0.01
HSL 290.5º 0.98% 0.52% -
HSV(B) 290.5º 0.95% 0.99% -
XYZ 45.9 21.83 94.72 -
YUV 100.76 213.92 209.49 -
System Red Green Blue C M Y K H S L
Decimal 215 13 253 0.15 0.95 0 0.01 290.5 0.98 0.52
Hex D7 D FD F 5F 0 1 122 62 34
Octal 327 15 375 17 137 0 1 442 142 64
Binary 11010111 1101 11111101 1111 1011111 0 1 100100010 1100010 110100

Color Harmonies of #D70DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DFD

Black with #D70DFD

Text Example


Text Example

White with #D70DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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