Html Css Color HEX #D231F2 Psychedelic Purple

📋 copy color: '#D231F2'

red 210 ◦ green 49 ◦ blue 242

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

Shades of Psychedelic Purple #D231F2

Tints of Psychedelic Purple #D231F2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.78%

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

R = 41.92%
G = 9.78%
B = 48.3%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D231F2 (or 0xD231F2) is known color: Psychedelic Purple. HEX triplet: D2, 31 and F2. RGB value is (210,49,242). Sum of RGB (Red+Green+Blue) = 210+49+242=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #D231F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231F2 is #2DCE0D. Grayscale: #767676. Windows color (decimal): -3001870 or 15872466. OLE color: 15872466.

HSL color Cylindrical-coordinate representation of color #D231F2: hue angle of 290.05º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D231F2 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 49 242 -
CMYK 0.13 0.80 0 0.05
HSL 290.05º 0.88% 0.57% -
HSV(B) 290.05º 0.8% 0.95% -
XYZ 43.7 22.31 86.01 -
YUV 119.14 197.34 192.81 -
System Red Green Blue C M Y K H S L
Decimal 210 49 242 0.13 0.80 0 0.05 290.05 0.88 0.57
Hex D2 31 F2 D 50 0 5 122 58 39
Octal 322 61 362 15 120 0 5 442 130 71
Binary 11010010 110001 11110010 1101 1010000 0 101 100100010 1011000 111001

Color Harmonies of #D231F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231F2

Black with #D231F2

Text Example


Text Example

White with #D231F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231F2; }

 p { color: rgb(210,49,242); }

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

background-color css

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

 a { background-color: rgb(210,49,242); }

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

border-color css

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

 span { border-color: rgb(210,49,242); }

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