Html Css Color HEX #D607FD Psychedelic Purple

📋 copy color: '#D607FD'

red 214 ◦ green 7 ◦ blue 253

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

Shades of Psychedelic Purple #D607FD

Tints of Psychedelic Purple #D607FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.38%

R = 45.15%
G = 1.48%
B = 53.38%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D607FD (or 0xD607FD) is known color: Psychedelic Purple. HEX triplet: D6, 07 and FD. RGB value is (214,7,253). Sum of RGB (Red+Green+Blue) = 214+7+253=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 7 (3.12% from 255 or 1.48% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #D607FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D607FD is #29F802. Grayscale: #606060. Windows color (decimal): -2750467 or 16582614. OLE color: 16582614.

HSL color Cylindrical-coordinate representation of color #D607FD: hue angle of 290.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D607FD is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 7 253 -
CMYK 0.15 0.97 0 0.01
HSL 290.49º 0.98% 0.51% -
HSV(B) 290.49º 0.97% 0.99% -
XYZ 45.54 21.54 94.69 -
YUV 96.94 216.08 211.5 -
System Red Green Blue C M Y K H S L
Decimal 214 7 253 0.15 0.97 0 0.01 290.49 0.98 0.51
Hex D6 7 FD F 61 0 1 122 62 33
Octal 326 7 375 17 141 0 1 442 142 63
Binary 11010110 111 11111101 1111 1100001 0 1 100100010 1100010 110011

Color Harmonies of #D607FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D607FD

Black with #D607FD

Text Example


Text Example

White with #D607FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D607FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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