Html Css Color HEX #D625F6 Psychedelic Purple

📋 copy color: '#D625F6'

red 214 ◦ green 37 ◦ blue 246

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

Shades of Psychedelic Purple #D625F6

Tints of Psychedelic Purple #D625F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.5%

R = 43.06%
G = 7.44%
B = 49.5%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D625F6 (or 0xD625F6) is known color: Psychedelic Purple. HEX triplet: D6, 25 and F6. RGB value is (214,37,246). Sum of RGB (Red+Green+Blue) = 214+37+246=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 37 (14.84% from 255 or 7.44% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #D625F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D625F6 is #29DA09. Grayscale: #717171. Windows color (decimal): -2742794 or 16131542. OLE color: 16131542.

HSL color Cylindrical-coordinate representation of color #D625F6: hue angle of 290.81º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D625F6 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 37 246 -
CMYK 0.13 0.85 0 0.04
HSL 290.81º 0.92% 0.55% -
HSV(B) 290.81º 0.85% 0.96% -
XYZ 45.03 22.27 89.11 -
YUV 113.75 202.64 199.51 -
System Red Green Blue C M Y K H S L
Decimal 214 37 246 0.13 0.85 0 0.04 290.81 0.92 0.55
Hex D6 25 F6 D 55 0 4 123 5C 37
Octal 326 45 366 15 125 0 4 443 134 67
Binary 11010110 100101 11110110 1101 1010101 0 100 100100011 1011100 110111

Color Harmonies of #D625F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625F6

Black with #D625F6

Text Example


Text Example

White with #D625F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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