Html Css Color HEX #D70DFE Psychedelic Purple

📋 copy color: '#D70DFE'

red 215 ◦ green 13 ◦ blue 254

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

Shades of Psychedelic Purple #D70DFE

Tints of Psychedelic Purple #D70DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 44.61%
G = 2.7%
B = 52.7%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D70DFE (or 0xD70DFE) is known color: Psychedelic Purple. HEX triplet: D7, 0D and FE. RGB value is (215,13,254). Sum of RGB (Red+Green+Blue) = 215+13+254=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #D70DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70DFE is #28F201. Grayscale: #646464. Windows color (decimal): -2683394 or 16649687. OLE color: 16649687.

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

Color convert

RGB 215 13 254 -
CMYK 0.15 0.95 0 0.00
HSL 290.29º 0.99% 0.52% -
HSV(B) 290.29º 0.95% 1% -
XYZ 46.06 21.89 95.56 -
YUV 100.87 214.42 209.4 -
System Red Green Blue C M Y K H S L
Decimal 215 13 254 0.15 0.95 0 0.00 290.29 0.99 0.52
Hex D7 D FE F 5F 0 0 122 63 34
Octal 327 15 376 17 137 0 0 442 143 64
Binary 11010111 1101 11111110 1111 1011111 0 0 100100010 1100011 110100

Color Harmonies of #D70DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DFE

Black with #D70DFE

Text Example


Text Example

White with #D70DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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