Html Css Color HEX #D251F2 Heliotrope

📋 copy color: '#D251F2'

red 210 ◦ green 81 ◦ blue 242

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

Shades of Heliotrope #D251F2

Tints of Heliotrope #D251F2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.2%

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 39.4%
G = 15.2%
B = 45.4%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D251F2 (or 0xD251F2) is known color: Heliotrope. HEX triplet: D2, 51 and F2. RGB value is (210,81,242). Sum of RGB (Red+Green+Blue) = 210+81+242=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #D251F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251F2 is #2DAE0D. Grayscale: #898989. Windows color (decimal): -2993678 or 15880658. OLE color: 15880658.

HSL color Cylindrical-coordinate representation of color #D251F2: hue angle of 288.07º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D251F2 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 81 242 -
CMYK 0.13 0.67 0 0.05
HSL 288.07º 0.86% 0.63% -
HSV(B) 288.07º 0.67% 0.95% -
XYZ 45.55 26 86.62 -
YUV 137.93 186.74 179.41 -
System Red Green Blue C M Y K H S L
Decimal 210 81 242 0.13 0.67 0 0.05 288.07 0.86 0.63
Hex D2 51 F2 D 43 0 5 120 56 3F
Octal 322 121 362 15 103 0 5 440 126 77
Binary 11010010 1010001 11110010 1101 1000011 0 101 100100000 1010110 111111

Color Harmonies of #D251F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D251F2

Black with #D251F2

Text Example


Text Example

White with #D251F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D251F2; }

 p { color: rgb(210,81,242); }

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

background-color css

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

 a { background-color: rgb(210,81,242); }

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

border-color css

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

 span { border-color: rgb(210,81,242); }

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