Html Css Color HEX #D00EF5 Psychedelic Purple

📋 copy color: '#D00EF5'

red 208 ◦ green 14 ◦ blue 245

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

Shades of Psychedelic Purple #D00EF5

Tints of Psychedelic Purple #D00EF5

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

 GREEN value IS 14 (5.86% from 255) = 3%

 BLUE value IS 245 (96.09% from 255) = 52.46%

R = 44.54%
G = 3%
B = 52.46%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D00EF5 (or 0xD00EF5) is known color: Psychedelic Purple. HEX triplet: D0, 0E and F5. RGB value is (208,14,245). Sum of RGB (Red+Green+Blue) = 208+14+245=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 245 (96.09% from 255 or 52.46% from 467); Max value from RGB is 245 - color contains mainly: blue. Hex color #D00EF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00EF5 is #2FF10A. Grayscale: #616161. Windows color (decimal): -3141899 or 16060112. OLE color: 16060112.

HSL color Cylindrical-coordinate representation of color #D00EF5: hue angle of 290.39º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00EF5 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 14 245 -
CMYK 0.15 0.94 0 0.04
HSL 290.39º 0.92% 0.51% -
HSV(B) 290.39º 0.94% 0.96% -
XYZ 42.65 20.32 88.06 -
YUV 98.34 210.77 206.22 -
System Red Green Blue C M Y K H S L
Decimal 208 14 245 0.15 0.94 0 0.04 290.39 0.92 0.51
Hex D0 E F5 F 5E 0 4 122 5C 33
Octal 320 16 365 17 136 0 4 442 134 63
Binary 11010000 1110 11110101 1111 1011110 0 100 100100010 1011100 110011

Color Harmonies of #D00EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00EF5

Black with #D00EF5

Text Example


Text Example

White with #D00EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00EF5; }

 p { color: rgb(208,14,245); }

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

background-color css

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

 a { background-color: rgb(208,14,245); }

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

border-color css

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

 span { border-color: rgb(208,14,245); }

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