Html Css Color HEX #D625F2 Psychedelic Purple

📋 copy color: '#D625F2'

red 214 ◦ green 37 ◦ blue 242

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

Shades of Psychedelic Purple #D625F2

Tints of Psychedelic Purple #D625F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.09%

R = 43.41%
G = 7.51%
B = 49.09%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D625F2 (or 0xD625F2) is known color: Psychedelic Purple. HEX triplet: D6, 25 and F2. RGB value is (214,37,242). Sum of RGB (Red+Green+Blue) = 214+37+242=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 37 (14.84% from 255 or 7.51% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #D625F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D625F2 is #29DA0D. Grayscale: #707070. Windows color (decimal): -2742798 or 15869398. OLE color: 15869398.

HSL color Cylindrical-coordinate representation of color #D625F2: hue angle of 291.8º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D625F2 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 37 242 -
CMYK 0.12 0.85 0 0.05
HSL 291.8º 0.89% 0.55% -
HSV(B) 291.8º 0.85% 0.95% -
XYZ 44.42 22.03 85.92 -
YUV 113.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 214 37 242 0.12 0.85 0 0.05 291.8 0.89 0.55
Hex D6 25 F2 C 55 0 5 124 59 37
Octal 326 45 362 14 125 0 5 444 131 67
Binary 11010110 100101 11110010 1100 1010101 0 101 100100100 1011001 110111

Color Harmonies of #D625F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625F2

Black with #D625F2

Text Example


Text Example

White with #D625F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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