Html Css Color HEX #D28FFD Heliotrope

📋 copy color: '#D28FFD'

red 210 ◦ green 143 ◦ blue 253

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

Shades of Heliotrope #D28FFD

Tints of Heliotrope #D28FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.6%

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

R = 34.65%
G = 23.6%
B = 41.75%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D28FFD (or 0xD28FFD) is known color: Heliotrope. HEX triplet: D2, 8F and FD. RGB value is (210,143,253). Sum of RGB (Red+Green+Blue) = 210+143+253=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #D28FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FFD is #2D7002. Grayscale: #AFAFAF. Windows color (decimal): -2977795 or 16617426. OLE color: 16617426.

HSL color Cylindrical-coordinate representation of color #D28FFD: hue angle of 276.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28FFD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 143 253 -
CMYK 0.17 0.43 0 0.01
HSL 276.55º 0.96% 0.78% -
HSV(B) 276.55º 0.43% 0.99% -
XYZ 54.13 40.44 97.88 -
YUV 175.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 210 143 253 0.17 0.43 0 0.01 276.55 0.96 0.78
Hex D2 8F FD 11 2B 0 1 115 60 4E
Octal 322 217 375 21 53 0 1 425 140 116
Binary 11010010 10001111 11111101 10001 101011 0 1 100010101 1100000 1001110

Color Harmonies of #D28FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28FFD

Black with #D28FFD

Text Example


Text Example

White with #D28FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28FFD; }

 p { color: rgb(210,143,253); }

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

background-color css

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

 a { background-color: rgb(210,143,253); }

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

border-color css

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

 span { border-color: rgb(210,143,253); }

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