Html Css Color HEX #D302F6 Psychedelic Purple

📋 copy color: '#D302F6'

red 211 ◦ green 2 ◦ blue 246

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

Shades of Psychedelic Purple #D302F6

Tints of Psychedelic Purple #D302F6

RGB

 RED value IS 211 (82.81% from 255) = 45.97%

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

 BLUE value IS 246 (96.48% from 255) = 53.59%

R = 45.97%
G = 0.44%
B = 53.59%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D302F6 (or 0xD302F6) is known color: Psychedelic Purple. HEX triplet: D3, 02 and F6. RGB value is (211,2,246). Sum of RGB (Red+Green+Blue) = 211+2+246=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #D302F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D302F6 is #2CFD09. Grayscale: #5B5B5B. Windows color (decimal): -2948362 or 16122579. OLE color: 16122579.

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

Color convert

RGB 211 2 246 -
CMYK 0.14 0.99 0 0.04
HSL 291.39º 0.98% 0.49% -
HSV(B) 291.39º 0.99% 0.96% -
XYZ 43.52 20.55 88.86 -
YUV 92.31 214.74 212.66 -
System Red Green Blue C M Y K H S L
Decimal 211 2 246 0.14 0.99 0 0.04 291.39 0.98 0.49
Hex D3 2 F6 E 63 0 4 123 62 31
Octal 323 2 366 16 143 0 4 443 142 61
Binary 11010011 10 11110110 1110 1100011 0 100 100100011 1100010 110001

Color Harmonies of #D302F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D302F6

Black with #D302F6

Text Example


Text Example

White with #D302F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D302F6; }

 p { color: rgb(211,2,246); }

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

background-color css

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

 a { background-color: rgb(211,2,246); }

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

border-color css

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

 span { border-color: rgb(211,2,246); }

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