Html Css Color HEX #D612ED Psychedelic Purple

📋 copy color: '#D612ED'

red 214 ◦ green 18 ◦ blue 237

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

Shades of Psychedelic Purple #D612ED

Tints of Psychedelic Purple #D612ED

RGB

 RED value IS 214 (83.98% from 255) = 45.63%

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

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 45.63%
G = 3.84%
B = 50.53%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D612ED (or 0xD612ED) is known color: Psychedelic Purple. HEX triplet: D6, 12 and ED. RGB value is (214,18,237). Sum of RGB (Red+Green+Blue) = 214+18+237=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #D612ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D612ED is #29ED12. Grayscale: #646464. Windows color (decimal): -2747667 or 15536854. OLE color: 15536854.

HSL color Cylindrical-coordinate representation of color #D612ED: hue angle of 293.7º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D612ED is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 18 237 -
CMYK 0.10 0.92 0 0.07
HSL 293.7º 0.86% 0.5% -
HSV(B) 293.7º 0.92% 0.93% -
XYZ 43.23 20.84 81.87 -
YUV 101.57 204.43 208.19 -
System Red Green Blue C M Y K H S L
Decimal 214 18 237 0.10 0.92 0 0.07 293.7 0.86 0.5
Hex D6 12 ED A 5C 0 7 126 56 32
Octal 326 22 355 12 134 0 7 446 126 62
Binary 11010110 10010 11101101 1010 1011100 0 111 100100110 1010110 110010

Color Harmonies of #D612ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612ED

Black with #D612ED

Text Example


Text Example

White with #D612ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612ED; }

 p { color: rgb(214,18,237); }

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

background-color css

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

 a { background-color: rgb(214,18,237); }

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

border-color css

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

 span { border-color: rgb(214,18,237); }

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