Html Css Color HEX #D00DFE Psychedelic Purple

📋 copy color: '#D00DFE'

red 208 ◦ green 13 ◦ blue 254

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

Shades of Psychedelic Purple #D00DFE

Tints of Psychedelic Purple #D00DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.74%

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 43.79%
G = 2.74%
B = 53.47%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D00DFE (or 0xD00DFE) is known color: Psychedelic Purple. HEX triplet: D0, 0D and FE. RGB value is (208,13,254). Sum of RGB (Red+Green+Blue) = 208+13+254=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #D00DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00DFE is #2FF201. Grayscale: #626262. Windows color (decimal): -3142146 or 16649680. OLE color: 16649680.

HSL color Cylindrical-coordinate representation of color #D00DFE: hue angle of 288.55º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00DFE is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 13 254 -
CMYK 0.18 0.95 0 0.00
HSL 288.55º 0.99% 0.52% -
HSV(B) 288.55º 0.95% 1% -
XYZ 44.05 20.85 95.47 -
YUV 98.78 215.6 205.9 -
System Red Green Blue C M Y K H S L
Decimal 208 13 254 0.18 0.95 0 0.00 288.55 0.99 0.52
Hex D0 D FE 12 5F 0 0 121 63 34
Octal 320 15 376 22 137 0 0 441 143 64
Binary 11010000 1101 11111110 10010 1011111 0 0 100100001 1100011 110100

Color Harmonies of #D00DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DFE

Black with #D00DFE

Text Example


Text Example

White with #D00DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DFE; }

 p { color: rgb(208,13,254); }

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

background-color css

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

 a { background-color: rgb(208,13,254); }

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

border-color css

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

 span { border-color: rgb(208,13,254); }

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