Html Css Color HEX #D00DFA Psychedelic Purple

📋 copy color: '#D00DFA'

red 208 ◦ green 13 ◦ blue 250

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

Shades of Psychedelic Purple #D00DFA

Tints of Psychedelic Purple #D00DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 44.16%
G = 2.76%
B = 53.08%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D00DFA (or 0xD00DFA) is known color: Psychedelic Purple. HEX triplet: D0, 0D and FA. RGB value is (208,13,250). Sum of RGB (Red+Green+Blue) = 208+13+250=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #D00DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00DFA is #2FF205. Grayscale: #616161. Windows color (decimal): -3142150 or 16387536. OLE color: 16387536.

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

Color convert

RGB 208 13 250 -
CMYK 0.17 0.95 0 0.02
HSL 289.37º 0.96% 0.52% -
HSV(B) 289.37º 0.95% 0.98% -
XYZ 43.41 20.6 92.13 -
YUV 98.32 213.6 206.23 -
System Red Green Blue C M Y K H S L
Decimal 208 13 250 0.17 0.95 0 0.02 289.37 0.96 0.52
Hex D0 D FA 11 5F 0 2 121 60 34
Octal 320 15 372 21 137 0 2 441 140 64
Binary 11010000 1101 11111010 10001 1011111 0 10 100100001 1100000 110100

Color Harmonies of #D00DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DFA

Black with #D00DFA

Text Example


Text Example

White with #D00DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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