Html Css Color HEX #D230F0 Psychedelic Purple

📋 copy color: '#D230F0'

red 210 ◦ green 48 ◦ blue 240

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

Shades of Psychedelic Purple #D230F0

Tints of Psychedelic Purple #D230F0

RGB

 RED value IS 210 (82.42% from 255) = 42.17%

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

 BLUE value IS 240 (94.14% from 255) = 48.19%

R = 42.17%
G = 9.64%
B = 48.19%

CMYK

 C value IS 0.12

 M value IS 0.8

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D230F0 (or 0xD230F0) is known color: Psychedelic Purple. HEX triplet: D2, 30 and F0. RGB value is (210,48,240). Sum of RGB (Red+Green+Blue) = 210+48+240=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #D230F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D230F0 is #2DCF0F. Grayscale: #757575. Windows color (decimal): -3002128 or 15741138. OLE color: 15741138.

HSL color Cylindrical-coordinate representation of color #D230F0: hue angle of 290.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D230F0 is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 48 240 -
CMYK 0.12 0.8 0 0.06
HSL 290.63º 0.86% 0.56% -
HSV(B) 290.63º 0.8% 0.94% -
XYZ 43.36 22.11 84.42 -
YUV 118.33 196.67 193.39 -
System Red Green Blue C M Y K H S L
Decimal 210 48 240 0.12 0.8 0 0.06 290.63 0.86 0.56
Hex D2 30 F0 C 50 0 6 123 56 38
Octal 322 60 360 14 120 0 6 443 126 70
Binary 11010010 110000 11110000 1100 1010000 0 110 100100011 1010110 111000

Color Harmonies of #D230F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230F0

Black with #D230F0

Text Example


Text Example

White with #D230F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230F0; }

 p { color: rgb(210,48,240); }

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

background-color css

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

 a { background-color: rgb(210,48,240); }

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

border-color css

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

 span { border-color: rgb(210,48,240); }

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