Html Css Color HEX #D70FFB Psychedelic Purple

📋 copy color: '#D70FFB'

red 215 ◦ green 15 ◦ blue 251

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

Shades of Psychedelic Purple #D70FFB

Tints of Psychedelic Purple #D70FFB

RGB

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

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

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

R = 44.7%
G = 3.12%
B = 52.18%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D70FFB (or 0xD70FFB) is known color: Psychedelic Purple. HEX triplet: D7, 0F and FB. RGB value is (215,15,251). Sum of RGB (Red+Green+Blue) = 215+15+251=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #D70FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70FFB is #28F004. Grayscale: #646464. Windows color (decimal): -2682885 or 16453591. OLE color: 16453591.

HSL color Cylindrical-coordinate representation of color #D70FFB: hue angle of 290.85º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70FFB is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 15 251 -
CMYK 0.14 0.94 0 0.02
HSL 290.85º 0.97% 0.52% -
HSV(B) 290.85º 0.94% 0.98% -
XYZ 45.61 21.75 93.06 -
YUV 101.7 212.26 208.81 -
System Red Green Blue C M Y K H S L
Decimal 215 15 251 0.14 0.94 0 0.02 290.85 0.97 0.52
Hex D7 F FB E 5E 0 2 123 61 34
Octal 327 17 373 16 136 0 2 443 141 64
Binary 11010111 1111 11111011 1110 1011110 0 10 100100011 1100001 110100

Color Harmonies of #D70FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FFB

Black with #D70FFB

Text Example


Text Example

White with #D70FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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