Html Css Color HEX #D70DFB Psychedelic Purple

📋 copy color: '#D70DFB'

red 215 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #D70DFB

Tints of Psychedelic Purple #D70DFB

RGB

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

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

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

R = 44.89%
G = 2.71%
B = 52.4%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D70DFB (or 0xD70DFB) is known color: Psychedelic Purple. HEX triplet: D7, 0D and FB. RGB value is (215,13,251). Sum of RGB (Red+Green+Blue) = 215+13+251=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #D70DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70DFB is #28F204. Grayscale: #636363. Windows color (decimal): -2683397 or 16453079. OLE color: 16453079.

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

Color convert

RGB 215 13 251 -
CMYK 0.14 0.95 0 0.02
HSL 290.92º 0.97% 0.52% -
HSV(B) 290.92º 0.95% 0.98% -
XYZ 45.58 21.7 93.05 -
YUV 100.53 212.92 209.65 -
System Red Green Blue C M Y K H S L
Decimal 215 13 251 0.14 0.95 0 0.02 290.92 0.97 0.52
Hex D7 D FB E 5F 0 2 123 61 34
Octal 327 15 373 16 137 0 2 443 141 64
Binary 11010111 1101 11111011 1110 1011111 0 10 100100011 1100001 110100

Color Harmonies of #D70DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DFB

Black with #D70DFB

Text Example


Text Example

White with #D70DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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