Html Css Color HEX #D2968D Petite Orchid

📋 copy color: '#D2968D'

red 210 ◦ green 150 ◦ blue 141

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

Shades of Petite Orchid #D2968D

Tints of Petite Orchid #D2968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.94%

 BLUE value IS 141 (55.47% from 255) = 28.14%

R = 41.92%
G = 29.94%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2968D (or 0xD2968D) is known color: Petite Orchid. HEX triplet: D2, 96 and 8D. RGB value is (210,150,141). Sum of RGB (Red+Green+Blue) = 210+150+141=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2968D is #2D6972. Grayscale: #A7A7A7. Windows color (decimal): -2976115 or 9279186. OLE color: 9279186.

HSL color Cylindrical-coordinate representation of color #D2968D: hue angle of 7.83º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2968D is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 150 141 -
CMYK 0 0.29 0.33 0.18
HSL 7.83º 0.43% 0.69% -
HSV(B) 7.83º 0.33% 0.82% -
XYZ 42.29 37.44 30.2 -
YUV 166.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 210 150 141 0 0.29 0.33 0.18 7.83 0.43 0.69
Hex D2 96 8D 0 1D 21 12 8 2B 45
Octal 322 226 215 0 35 41 22 10 53 105
Binary 11010010 10010110 10001101 0 11101 100001 10010 1000 101011 1000101

Color Harmonies of #D2968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2968D

Black with #D2968D

Text Example


Text Example

White with #D2968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2968D; }

 p { color: rgb(210,150,141); }

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

background-color css

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

 a { background-color: rgb(210,150,141); }

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

border-color css

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

 span { border-color: rgb(210,150,141); }

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