Html Css Color HEX #D607F9 Psychedelic Purple

📋 copy color: '#D607F9'

red 214 ◦ green 7 ◦ blue 249

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

Shades of Psychedelic Purple #D607F9

Tints of Psychedelic Purple #D607F9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.49%

 BLUE value IS 249 (97.66% from 255) = 52.98%

R = 45.53%
G = 1.49%
B = 52.98%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D607F9 (or 0xD607F9) is known color: Psychedelic Purple. HEX triplet: D6, 07 and F9. RGB value is (214,7,249). Sum of RGB (Red+Green+Blue) = 214+7+249=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #D607F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D607F9 is #29F806. Grayscale: #5F5F5F. Windows color (decimal): -2750471 or 16320470. OLE color: 16320470.

HSL color Cylindrical-coordinate representation of color #D607F9: hue angle of 291.32º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D607F9 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 7 249 -
CMYK 0.14 0.97 0 0.02
HSL 291.32º 0.95% 0.5% -
HSV(B) 291.32º 0.97% 0.98% -
XYZ 44.91 21.29 91.36 -
YUV 96.48 214.08 211.82 -
System Red Green Blue C M Y K H S L
Decimal 214 7 249 0.14 0.97 0 0.02 291.32 0.95 0.5
Hex D6 7 F9 E 61 0 2 123 5F 32
Octal 326 7 371 16 141 0 2 443 137 62
Binary 11010110 111 11111001 1110 1100001 0 10 100100011 1011111 110010

Color Harmonies of #D607F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D607F9

Black with #D607F9

Text Example


Text Example

White with #D607F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D607F9; }

 p { color: rgb(214,7,249); }

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

background-color css

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

 a { background-color: rgb(214,7,249); }

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

border-color css

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

 span { border-color: rgb(214,7,249); }

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