Html Css Color HEX #D70FFD Psychedelic Purple

📋 copy color: '#D70FFD'

red 215 ◦ green 15 ◦ blue 253

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

Shades of Psychedelic Purple #D70FFD

Tints of Psychedelic Purple #D70FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.11%

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

R = 44.51%
G = 3.11%
B = 52.38%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D70FFD (or 0xD70FFD) is known color: Psychedelic Purple. HEX triplet: D7, 0F and FD. RGB value is (215,15,253). Sum of RGB (Red+Green+Blue) = 215+15+253=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #D70FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70FFD is #28F002. Grayscale: #656565. Windows color (decimal): -2682883 or 16584663. OLE color: 16584663.

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

Color convert

RGB 215 15 253 -
CMYK 0.15 0.94 0 0.01
HSL 290.42º 0.98% 0.53% -
HSV(B) 290.42º 0.94% 0.99% -
XYZ 45.92 21.88 94.73 -
YUV 101.93 213.26 208.65 -
System Red Green Blue C M Y K H S L
Decimal 215 15 253 0.15 0.94 0 0.01 290.42 0.98 0.53
Hex D7 F FD F 5E 0 1 122 62 35
Octal 327 17 375 17 136 0 1 442 142 65
Binary 11010111 1111 11111101 1111 1011110 0 1 100100010 1100010 110101

Color Harmonies of #D70FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FFD

Black with #D70FFD

Text Example


Text Example

White with #D70FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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