Html Css Color HEX #D972D2 Orchid

📋 copy color: '#D972D2'

red 217 ◦ green 114 ◦ blue 210

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

Shades of Orchid #D972D2

Tints of Orchid #D972D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.82%

R = 40.11%
G = 21.07%
B = 38.82%

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

#D972D2 (or 0xD972D2) is known color: Orchid. HEX triplet: D9, 72 and D2. RGB value is (217,114,210). Sum of RGB (Red+Green+Blue) = 217+114+210=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D972D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972D2 is #268D2D. Grayscale: #9B9B9B. Windows color (decimal): -2526510 or 13791961. OLE color: 13791961.

HSL color Cylindrical-coordinate representation of color #D972D2: hue angle of 304.08º 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 #D972D2 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 210 -
CMYK 0 0.47 0.03 0.15
HSL 304.08º 0.58% 0.65% -
HSV(B) 304.08º 0.47% 0.85% -
XYZ 46.27 31.44 64.6 -
YUV 155.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 217 114 210 0 0.47 0.03 0.15 304.08 0.58 0.65
Hex D9 72 D2 0 2F 3 F 130 3A 41
Octal 331 162 322 0 57 3 17 460 72 101
Binary 11011001 1110010 11010010 0 101111 11 1111 100110000 111010 1000001

Color Harmonies of #D972D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972D2

Black with #D972D2

Text Example


Text Example

White with #D972D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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