Html Css Color HEX #D488FC Heliotrope

📋 copy color: '#D488FC'

red 212 ◦ green 136 ◦ blue 252

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

Shades of Heliotrope #D488FC

Tints of Heliotrope #D488FC

RGB

 RED value IS 212 (83.2% from 255) = 35.33%

 GREEN value IS 136 (53.52% from 255) = 22.67%

 BLUE value IS 252 (98.83% from 255) = 42%

R = 35.33%
G = 22.67%
B = 42%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D488FC (or 0xD488FC) is known color: Heliotrope. HEX triplet: D4, 88 and FC. RGB value is (212,136,252). Sum of RGB (Red+Green+Blue) = 212+136+252=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #D488FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D488FC is #2B7703. Grayscale: #ABABAB. Windows color (decimal): -2848516 or 16550100. OLE color: 16550100.

HSL color Cylindrical-coordinate representation of color #D488FC: hue angle of 279.31º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D488FC is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 136 252 -
CMYK 0.16 0.46 0 0.01
HSL 279.31º 0.95% 0.76% -
HSV(B) 279.31º 0.46% 0.99% -
XYZ 53.53 38.63 96.73 -
YUV 171.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 212 136 252 0.16 0.46 0 0.01 279.31 0.95 0.76
Hex D4 88 FC 10 2E 0 1 117 5F 4C
Octal 324 210 374 20 56 0 1 427 137 114
Binary 11010100 10001000 11111100 10000 101110 0 1 100010111 1011111 1001100

Color Harmonies of #D488FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D488FC

Black with #D488FC

Text Example


Text Example

White with #D488FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D488FC; }

 p { color: rgb(212,136,252); }

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

background-color css

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

 a { background-color: rgb(212,136,252); }

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

border-color css

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

 span { border-color: rgb(212,136,252); }

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