Html Css Color HEX #D267F2 Heliotrope

📋 copy color: '#D267F2'

red 210 ◦ green 103 ◦ blue 242

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

Shades of Heliotrope #D267F2

Tints of Heliotrope #D267F2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.56%

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

R = 37.84%
G = 18.56%
B = 43.6%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D267F2 (or 0xD267F2) is known color: Heliotrope. HEX triplet: D2, 67 and F2. RGB value is (210,103,242). Sum of RGB (Red+Green+Blue) = 210+103+242=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 103 (40.62% from 255 or 18.56% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #D267F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D267F2 is #2D980D. Grayscale: #969696. Windows color (decimal): -2988046 or 15886290. OLE color: 15886290.

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

Color convert

RGB 210 103 242 -
CMYK 0.13 0.57 0 0.05
HSL 286.19º 0.84% 0.68% -
HSV(B) 286.19º 0.57% 0.95% -
XYZ 47.46 29.81 87.26 -
YUV 150.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 210 103 242 0.13 0.57 0 0.05 286.19 0.84 0.68
Hex D2 67 F2 D 39 0 5 11E 54 44
Octal 322 147 362 15 71 0 5 436 124 104
Binary 11010010 1100111 11110010 1101 111001 0 101 100011110 1010100 1000100

Color Harmonies of #D267F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267F2

Black with #D267F2

Text Example


Text Example

White with #D267F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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