Html Css Color HEX #D435FF Psychedelic Purple

📋 copy color: '#D435FF'

red 212 ◦ green 53 ◦ blue 255

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

Shades of Psychedelic Purple #D435FF

Tints of Psychedelic Purple #D435FF

RGB

 RED value IS 212 (83.2% from 255) = 40.77%

 GREEN value IS 53 (21.09% from 255) = 10.19%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 40.77%
G = 10.19%
B = 49.04%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D435FF (or 0xD435FF) is known color: Psychedelic Purple. HEX triplet: D4, 35 and FF. RGB value is (212,53,255). Sum of RGB (Red+Green+Blue) = 212+53+255=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 53 (21.09% from 255 or 10.19% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #D435FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D435FF is #2BCA00. Grayscale: #7A7A7A. Windows color (decimal): -2869761 or 16725460. OLE color: 16725460.

HSL color Cylindrical-coordinate representation of color #D435FF: hue angle of 287.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D435FF is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 53 255 -
CMYK 0.17 0.79 0 0
HSL 287.23º 1% 0.6% -
HSV(B) 287.23º 0.79% 1% -
XYZ 46.47 23.76 96.75 -
YUV 123.57 202.18 191.07 -
System Red Green Blue C M Y K H S L
Decimal 212 53 255 0.17 0.79 0 0 287.23 1 0.6
Hex D4 35 FF 11 4F 0 0 11F 64 3C
Octal 324 65 377 21 117 0 0 437 144 74
Binary 11010100 110101 11111111 10001 1001111 0 0 100011111 1100100 111100

Color Harmonies of #D435FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D435FF

Black with #D435FF

Text Example


Text Example

White with #D435FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D435FF; }

 p { color: rgb(212,53,255); }

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

background-color css

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

 a { background-color: rgb(212,53,255); }

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

border-color css

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

 span { border-color: rgb(212,53,255); }

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