Html Css Color HEX #D52AFB Psychedelic Purple

📋 copy color: '#D52AFB'

red 213 ◦ green 42 ◦ blue 251

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

Shades of Psychedelic Purple #D52AFB

Tints of Psychedelic Purple #D52AFB

RGB

 RED value IS 213 (83.59% from 255) = 42.09%

 GREEN value IS 42 (16.8% from 255) = 8.3%

 BLUE value IS 251 (98.44% from 255) = 49.6%

R = 42.09%
G = 8.3%
B = 49.6%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D52AFB (or 0xD52AFB) is known color: Psychedelic Purple. HEX triplet: D5, 2A and FB. RGB value is (213,42,251). Sum of RGB (Red+Green+Blue) = 213+42+251=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 42 (16.80% from 255 or 8.30% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #D52AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52AFB is #2AD504. Grayscale: #747474. Windows color (decimal): -2807045 or 16460501. OLE color: 16460501.

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

Color convert

RGB 213 42 251 -
CMYK 0.15 0.83 0 0.02
HSL 289.09º 0.96% 0.57% -
HSV(B) 289.09º 0.83% 0.98% -
XYZ 45.68 22.77 93.25 -
YUV 116.96 203.65 196.51 -
System Red Green Blue C M Y K H S L
Decimal 213 42 251 0.15 0.83 0 0.02 289.09 0.96 0.57
Hex D5 2A FB F 53 0 2 121 60 39
Octal 325 52 373 17 123 0 2 441 140 71
Binary 11010101 101010 11111011 1111 1010011 0 10 100100001 1100000 111001

Color Harmonies of #D52AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52AFB

Black with #D52AFB

Text Example


Text Example

White with #D52AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52AFB; }

 p { color: rgb(213,42,251); }

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

background-color css

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

 a { background-color: rgb(213,42,251); }

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

border-color css

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

 span { border-color: rgb(213,42,251); }

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