Html Css Color HEX #D625E6 Psychedelic Purple

📋 copy color: '#D625E6'

red 214 ◦ green 37 ◦ blue 230

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

Shades of Psychedelic Purple #D625E6

Tints of Psychedelic Purple #D625E6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.69%

 BLUE value IS 230 (90.23% from 255) = 47.82%

R = 44.49%
G = 7.69%
B = 47.82%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D625E6 (or 0xD625E6) is known color: Psychedelic Purple. HEX triplet: D6, 25 and E6. RGB value is (214,37,230). Sum of RGB (Red+Green+Blue) = 214+37+230=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #D625E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D625E6 is #29DA19. Grayscale: #6F6F6F. Windows color (decimal): -2742810 or 15082966. OLE color: 15082966.

HSL color Cylindrical-coordinate representation of color #D625E6: hue angle of 295.03º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D625E6 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 37 230 -
CMYK 0.07 0.84 0 0.10
HSL 295.03º 0.79% 0.52% -
HSV(B) 295.03º 0.84% 0.9% -
XYZ 42.68 21.33 76.73 -
YUV 111.93 194.64 200.81 -
System Red Green Blue C M Y K H S L
Decimal 214 37 230 0.07 0.84 0 0.10 295.03 0.79 0.52
Hex D6 25 E6 7 54 0 A 127 4F 34
Octal 326 45 346 7 124 0 12 447 117 64
Binary 11010110 100101 11100110 111 1010100 0 1010 100100111 1001111 110100

Color Harmonies of #D625E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625E6

Black with #D625E6

Text Example


Text Example

White with #D625E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625E6; }

 p { color: rgb(214,37,230); }

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

background-color css

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

 a { background-color: rgb(214,37,230); }

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

border-color css

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

 span { border-color: rgb(214,37,230); }

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