Html Css Color HEX #D630F6 Psychedelic Purple

📋 copy color: '#D630F6'

red 214 ◦ green 48 ◦ blue 246

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

Shades of Psychedelic Purple #D630F6

Tints of Psychedelic Purple #D630F6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.45%

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

R = 42.13%
G = 9.45%
B = 48.43%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D630F6 (or 0xD630F6) is known color: Psychedelic Purple. HEX triplet: D6, 30 and F6. RGB value is (214,48,246). Sum of RGB (Red+Green+Blue) = 214+48+246=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #D630F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D630F6 is #29CF09. Grayscale: #777777. Windows color (decimal): -2739978 or 16134358. OLE color: 16134358.

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

Color convert

RGB 214 48 246 -
CMYK 0.13 0.80 0 0.04
HSL 290.3º 0.92% 0.58% -
HSV(B) 290.3º 0.8% 0.96% -
XYZ 45.42 23.06 89.25 -
YUV 120.21 199 194.9 -
System Red Green Blue C M Y K H S L
Decimal 214 48 246 0.13 0.80 0 0.04 290.3 0.92 0.58
Hex D6 30 F6 D 50 0 4 122 5C 3A
Octal 326 60 366 15 120 0 4 442 134 72
Binary 11010110 110000 11110110 1101 1010000 0 100 100100010 1011100 111010

Color Harmonies of #D630F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D630F6

Black with #D630F6

Text Example


Text Example

White with #D630F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D630F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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