Html Css Color HEX #D00EFB Psychedelic Purple

📋 copy color: '#D00EFB'

red 208 ◦ green 14 ◦ blue 251

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

Shades of Psychedelic Purple #D00EFB

Tints of Psychedelic Purple #D00EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 43.97%
G = 2.96%
B = 53.07%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D00EFB (or 0xD00EFB) is known color: Psychedelic Purple. HEX triplet: D0, 0E and FB. RGB value is (208,14,251). Sum of RGB (Red+Green+Blue) = 208+14+251=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #D00EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00EFB is #2FF104. Grayscale: #626262. Windows color (decimal): -3141893 or 16453328. OLE color: 16453328.

HSL color Cylindrical-coordinate representation of color #D00EFB: hue angle of 289.11º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00EFB is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 14 251 -
CMYK 0.17 0.94 0 0.02
HSL 289.11º 0.97% 0.52% -
HSV(B) 289.11º 0.94% 0.98% -
XYZ 43.58 20.69 92.96 -
YUV 99.02 213.77 205.73 -
System Red Green Blue C M Y K H S L
Decimal 208 14 251 0.17 0.94 0 0.02 289.11 0.97 0.52
Hex D0 E FB 11 5E 0 2 121 61 34
Octal 320 16 373 21 136 0 2 441 141 64
Binary 11010000 1110 11111011 10001 1011110 0 10 100100001 1100001 110100

Color Harmonies of #D00EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00EFB

Black with #D00EFB

Text Example


Text Example

White with #D00EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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