Html Css Color HEX #D442FA Heliotrope

📋 copy color: '#D442FA'

red 212 ◦ green 66 ◦ blue 250

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

Shades of Heliotrope #D442FA

Tints of Heliotrope #D442FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.5%

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 40.15%
G = 12.5%
B = 47.35%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D442FA (or 0xD442FA) is known color: Heliotrope. HEX triplet: D4, 42 and FA. RGB value is (212,66,250). Sum of RGB (Red+Green+Blue) = 212+66+250=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 66 (26.17% from 255 or 12.5% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #D442FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D442FA is #2BBD05. Grayscale: #828282. Windows color (decimal): -2866438 or 16401108. OLE color: 16401108.

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

Color convert

RGB 212 66 250 -
CMYK 0.15 0.74 0 0.02
HSL 287.61º 0.95% 0.62% -
HSV(B) 287.61º 0.74% 0.98% -
XYZ 46.35 24.8 92.79 -
YUV 130.63 195.37 186.04 -
System Red Green Blue C M Y K H S L
Decimal 212 66 250 0.15 0.74 0 0.02 287.61 0.95 0.62
Hex D4 42 FA F 4A 0 2 120 5F 3E
Octal 324 102 372 17 112 0 2 440 137 76
Binary 11010100 1000010 11111010 1111 1001010 0 10 100100000 1011111 111110

Color Harmonies of #D442FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442FA

Black with #D442FA

Text Example


Text Example

White with #D442FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442FA; }

 p { color: rgb(212,66,250); }

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

background-color css

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

 a { background-color: rgb(212,66,250); }

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

border-color css

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

 span { border-color: rgb(212,66,250); }

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