Html Css Color HEX #D972D3 Orchid

📋 copy color: '#D972D3'

red 217 ◦ green 114 ◦ blue 211

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

Shades of Orchid #D972D3

Tints of Orchid #D972D3

RGB

 RED value IS 217 (85.16% from 255) = 40.04%

 GREEN value IS 114 (44.92% from 255) = 21.03%

 BLUE value IS 211 (82.81% from 255) = 38.93%

R = 40.04%
G = 21.03%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D972D3 (or 0xD972D3) is known color: Orchid. HEX triplet: D9, 72 and D3. RGB value is (217,114,211). Sum of RGB (Red+Green+Blue) = 217+114+211=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D972D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972D3 is #268D2C. Grayscale: #9B9B9B. Windows color (decimal): -2526509 or 13857497. OLE color: 13857497.

HSL color Cylindrical-coordinate representation of color #D972D3: hue angle of 303.5º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D972D3 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 211 -
CMYK 0 0.47 0.03 0.15
HSL 303.5º 0.58% 0.65% -
HSV(B) 303.5º 0.47% 0.85% -
XYZ 46.39 31.49 65.26 -
YUV 155.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 217 114 211 0 0.47 0.03 0.15 303.5 0.58 0.65
Hex D9 72 D3 0 2F 3 F 12F 3A 41
Octal 331 162 323 0 57 3 17 457 72 101
Binary 11011001 1110010 11010011 0 101111 11 1111 100101111 111010 1000001

Color Harmonies of #D972D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972D3

Black with #D972D3

Text Example


Text Example

White with #D972D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972D3; }

 p { color: rgb(217,114,211); }

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

background-color css

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

 a { background-color: rgb(217,114,211); }

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

border-color css

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

 span { border-color: rgb(217,114,211); }

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