Html Css Color HEX #D252FE Heliotrope

📋 copy color: '#D252FE'

red 210 ◦ green 82 ◦ blue 254

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

Shades of Heliotrope #D252FE

Tints of Heliotrope #D252FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.02%

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 38.46%
G = 15.02%
B = 46.52%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D252FE (or 0xD252FE) is known color: Heliotrope. HEX triplet: D2, 52 and FE. RGB value is (210,82,254). Sum of RGB (Red+Green+Blue) = 210+82+254=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 82 (32.42% from 255 or 15.02% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #D252FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D252FE is #2DAD01. Grayscale: #8B8B8B. Windows color (decimal): -2993410 or 16667346. OLE color: 16667346.

HSL color Cylindrical-coordinate representation of color #D252FE: hue angle of 284.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D252FE is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 82 254 -
CMYK 0.17 0.68 0 0.00
HSL 284.65º 0.99% 0.66% -
HSV(B) 284.65º 0.68% 1% -
XYZ 47.49 26.89 96.45 -
YUV 139.88 192.41 178.01 -
System Red Green Blue C M Y K H S L
Decimal 210 82 254 0.17 0.68 0 0.00 284.65 0.99 0.66
Hex D2 52 FE 11 44 0 0 11D 63 42
Octal 322 122 376 21 104 0 0 435 143 102
Binary 11010010 1010010 11111110 10001 1000100 0 0 100011101 1100011 1000010

Color Harmonies of #D252FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252FE

Black with #D252FE

Text Example


Text Example

White with #D252FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252FE; }

 p { color: rgb(210,82,254); }

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

background-color css

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

 a { background-color: rgb(210,82,254); }

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

border-color css

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

 span { border-color: rgb(210,82,254); }

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