Html Css Color HEX #D602F1 Psychedelic Purple

📋 copy color: '#D602F1'

red 214 ◦ green 2 ◦ blue 241

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

Shades of Psychedelic Purple #D602F1

Tints of Psychedelic Purple #D602F1

RGB

 RED value IS 214 (83.98% from 255) = 46.83%

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 241 (94.53% from 255) = 52.74%

R = 46.83%
G = 0.44%
B = 52.74%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D602F1 (or 0xD602F1) is known color: Psychedelic Purple. HEX triplet: D6, 02 and F1. RGB value is (214,2,241). Sum of RGB (Red+Green+Blue) = 214+2+241=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 2 (1.17% from 255 or 0.44% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #D602F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D602F1 is #29FD0E. Grayscale: #5B5B5B. Windows color (decimal): -2751759 or 15794902. OLE color: 15794902.

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

Color convert

RGB 214 2 241 -
CMYK 0.11 0.99 0 0.05
HSL 293.22º 0.98% 0.48% -
HSV(B) 293.22º 0.99% 0.95% -
XYZ 43.63 20.69 84.91 -
YUV 92.63 211.74 214.57 -
System Red Green Blue C M Y K H S L
Decimal 214 2 241 0.11 0.99 0 0.05 293.22 0.98 0.48
Hex D6 2 F1 B 63 0 5 125 62 30
Octal 326 2 361 13 143 0 5 445 142 60
Binary 11010110 10 11110001 1011 1100011 0 101 100100101 1100010 110000

Color Harmonies of #D602F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602F1

Black with #D602F1

Text Example


Text Example

White with #D602F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602F1; }

 p { color: rgb(214,2,241); }

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

background-color css

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

 a { background-color: rgb(214,2,241); }

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

border-color css

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

 span { border-color: rgb(214,2,241); }

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