Html Css Color HEX #D262FA Heliotrope

📋 copy color: '#D262FA'

red 210 ◦ green 98 ◦ blue 250

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

Shades of Heliotrope #D262FA

Tints of Heliotrope #D262FA

RGB

 RED value IS 210 (82.42% from 255) = 37.63%

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

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

R = 37.63%
G = 17.56%
B = 44.8%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D262FA (or 0xD262FA) is known color: Heliotrope. HEX triplet: D2, 62 and FA. RGB value is (210,98,250). Sum of RGB (Red+Green+Blue) = 210+98+250=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 98 (38.67% from 255 or 17.56% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #D262FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D262FA is #2D9D05. Grayscale: #949494. Windows color (decimal): -2989318 or 16409298. OLE color: 16409298.

HSL color Cylindrical-coordinate representation of color #D262FA: hue angle of 284.21º 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 #D262FA is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 98 250 -
CMYK 0.16 0.61 0 0.02
HSL 284.21º 0.94% 0.68% -
HSV(B) 284.21º 0.61% 0.98% -
XYZ 48.2 29.34 93.57 -
YUV 148.82 185.11 171.64 -
System Red Green Blue C M Y K H S L
Decimal 210 98 250 0.16 0.61 0 0.02 284.21 0.94 0.68
Hex D2 62 FA 10 3D 0 2 11C 5E 44
Octal 322 142 372 20 75 0 2 434 136 104
Binary 11010010 1100010 11111010 10000 111101 0 10 100011100 1011110 1000100

Color Harmonies of #D262FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D262FA

Black with #D262FA

Text Example


Text Example

White with #D262FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D262FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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