Html Css Color HEX #D562FA Heliotrope

📋 copy color: '#D562FA'

red 213 ◦ green 98 ◦ blue 250

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

Shades of Heliotrope #D562FA

Tints of Heliotrope #D562FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.47%

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

R = 37.97%
G = 17.47%
B = 44.56%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D562FA (or 0xD562FA) is known color: Heliotrope. HEX triplet: D5, 62 and FA. RGB value is (213,98,250). Sum of RGB (Red+Green+Blue) = 213+98+250=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 98 (38.67% from 255 or 17.47% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #D562FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D562FA is #2A9D05. Grayscale: #959595. Windows color (decimal): -2792710 or 16409301. OLE color: 16409301.

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

Color convert

RGB 213 98 250 -
CMYK 0.15 0.61 0 0.02
HSL 285.39º 0.94% 0.68% -
HSV(B) 285.39º 0.61% 0.98% -
XYZ 49.06 29.78 93.61 -
YUV 149.71 184.6 173.14 -
System Red Green Blue C M Y K H S L
Decimal 213 98 250 0.15 0.61 0 0.02 285.39 0.94 0.68
Hex D5 62 FA F 3D 0 2 11D 5E 44
Octal 325 142 372 17 75 0 2 435 136 104
Binary 11010101 1100010 11111010 1111 111101 0 10 100011101 1011110 1000100

Color Harmonies of #D562FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D562FA

Black with #D562FA

Text Example


Text Example

White with #D562FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D562FA; }

 p { color: rgb(213,98,250); }

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

background-color css

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

 a { background-color: rgb(213,98,250); }

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

border-color css

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

 span { border-color: rgb(213,98,250); }

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