Html Css Color HEX #D466FB Heliotrope

📋 copy color: '#D466FB'

red 212 ◦ green 102 ◦ blue 251

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

Shades of Heliotrope #D466FB

Tints of Heliotrope #D466FB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.05%

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 37.52%
G = 18.05%
B = 44.42%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D466FB (or 0xD466FB) is known color: Heliotrope. HEX triplet: D4, 66 and FB. RGB value is (212,102,251). Sum of RGB (Red+Green+Blue) = 212+102+251=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #D466FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466FB is #2B9904. Grayscale: #979797. Windows color (decimal): -2857221 or 16475860. OLE color: 16475860.

HSL color Cylindrical-coordinate representation of color #D466FB: hue angle of 284.3º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D466FB is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 102 251 -
CMYK 0.16 0.59 0 0.02
HSL 284.3º 0.95% 0.69% -
HSV(B) 284.3º 0.59% 0.98% -
XYZ 49.32 30.46 94.55 -
YUV 151.88 183.94 170.88 -
System Red Green Blue C M Y K H S L
Decimal 212 102 251 0.16 0.59 0 0.02 284.3 0.95 0.69
Hex D4 66 FB 10 3B 0 2 11C 5F 45
Octal 324 146 373 20 73 0 2 434 137 105
Binary 11010100 1100110 11111011 10000 111011 0 10 100011100 1011111 1000101

Color Harmonies of #D466FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466FB

Black with #D466FB

Text Example


Text Example

White with #D466FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466FB; }

 p { color: rgb(212,102,251); }

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

background-color css

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

 a { background-color: rgb(212,102,251); }

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

border-color css

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

 span { border-color: rgb(212,102,251); }

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