Html Css Color HEX #D005F2 Psychedelic Purple

📋 copy color: '#D005F2'

red 208 ◦ green 5 ◦ blue 242

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

Shades of Psychedelic Purple #D005F2

Tints of Psychedelic Purple #D005F2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.1%

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

R = 45.71%
G = 1.1%
B = 53.19%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D005F2 (or 0xD005F2) is known color: Psychedelic Purple. HEX triplet: D0, 05 and F2. RGB value is (208,5,242). Sum of RGB (Red+Green+Blue) = 208+5+242=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #D005F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D005F2 is #2FFA0D. Grayscale: #5B5B5B. Windows color (decimal): -3144206 or 15861200. OLE color: 15861200.

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

Color convert

RGB 208 5 242 -
CMYK 0.14 0.98 0 0.05
HSL 291.39º 0.96% 0.48% -
HSV(B) 291.39º 0.98% 0.95% -
XYZ 42.09 19.93 85.63 -
YUV 92.72 212.25 210.23 -
System Red Green Blue C M Y K H S L
Decimal 208 5 242 0.14 0.98 0 0.05 291.39 0.96 0.48
Hex D0 5 F2 E 62 0 5 123 60 30
Octal 320 5 362 16 142 0 5 443 140 60
Binary 11010000 101 11110010 1110 1100010 0 101 100100011 1100000 110000

Color Harmonies of #D005F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005F2

Black with #D005F2

Text Example


Text Example

White with #D005F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005F2; }

 p { color: rgb(208,5,242); }

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

background-color css

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

 a { background-color: rgb(208,5,242); }

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

border-color css

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

 span { border-color: rgb(208,5,242); }

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