Html Css Color HEX #D442FD Heliotrope

📋 copy color: '#D442FD'

red 212 ◦ green 66 ◦ blue 253

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

Shades of Heliotrope #D442FD

Tints of Heliotrope #D442FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.65%

R = 39.92%
G = 12.43%
B = 47.65%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D442FD (or 0xD442FD) is known color: Heliotrope. HEX triplet: D4, 42 and FD. RGB value is (212,66,253). Sum of RGB (Red+Green+Blue) = 212+66+253=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 66 (26.17% from 255 or 12.43% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #D442FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D442FD is #2BBD02. Grayscale: #828282. Windows color (decimal): -2866435 or 16597716. OLE color: 16597716.

HSL color Cylindrical-coordinate representation of color #D442FD: hue angle of 286.84º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D442FD is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 66 253 -
CMYK 0.16 0.74 0 0.01
HSL 286.84º 0.98% 0.63% -
HSV(B) 286.84º 0.74% 0.99% -
XYZ 46.83 24.99 95.28 -
YUV 130.97 196.87 185.79 -
System Red Green Blue C M Y K H S L
Decimal 212 66 253 0.16 0.74 0 0.01 286.84 0.98 0.63
Hex D4 42 FD 10 4A 0 1 11F 62 3F
Octal 324 102 375 20 112 0 1 437 142 77
Binary 11010100 1000010 11111101 10000 1001010 0 1 100011111 1100010 111111

Color Harmonies of #D442FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442FD

Black with #D442FD

Text Example


Text Example

White with #D442FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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