Html Css Color HEX #D712FF Psychedelic Purple

📋 copy color: '#D712FF'

red 215 ◦ green 18 ◦ blue 255

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

Shades of Psychedelic Purple #D712FF

Tints of Psychedelic Purple #D712FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.69%

 BLUE value IS 255 (100% from 255) = 52.25%

R = 44.06%
G = 3.69%
B = 52.25%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D712FF (or 0xD712FF) is known color: Psychedelic Purple. HEX triplet: D7, 12 and FF. RGB value is (215,18,255). Sum of RGB (Red+Green+Blue) = 215+18+255=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #D712FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D712FF is #28ED00. Grayscale: #676767. Windows color (decimal): -2682113 or 16716503. OLE color: 16716503.

HSL color Cylindrical-coordinate representation of color #D712FF: hue angle of 289.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D712FF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 18 255 -
CMYK 0.16 0.93 0 0
HSL 289.87º 1% 0.54% -
HSV(B) 289.87º 0.93% 1% -
XYZ 46.29 22.1 96.43 -
YUV 103.92 213.27 207.23 -
System Red Green Blue C M Y K H S L
Decimal 215 18 255 0.16 0.93 0 0 289.87 1 0.54
Hex D7 12 FF 10 5D 0 0 122 64 36
Octal 327 22 377 20 135 0 0 442 144 66
Binary 11010111 10010 11111111 10000 1011101 0 0 100100010 1100100 110110

Color Harmonies of #D712FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D712FF

Black with #D712FF

Text Example


Text Example

White with #D712FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D712FF; }

 p { color: rgb(215,18,255); }

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

background-color css

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

 a { background-color: rgb(215,18,255); }

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

border-color css

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

 span { border-color: rgb(215,18,255); }

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