Html Css Color HEX #D2968B Petite Orchid

📋 copy color: '#D2968B'

red 210 ◦ green 150 ◦ blue 139

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

Shades of Petite Orchid #D2968B

Tints of Petite Orchid #D2968B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.86%

R = 42.08%
G = 30.06%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2968B (or 0xD2968B) is known color: Petite Orchid. HEX triplet: D2, 96 and 8B. RGB value is (210,150,139). Sum of RGB (Red+Green+Blue) = 210+150+139=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2968B is #2D6974. Grayscale: #A6A6A6. Windows color (decimal): -2976117 or 9148114. OLE color: 9148114.

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

Color convert

RGB 210 150 139 -
CMYK 0 0.29 0.34 0.18
HSL 9.3º 0.44% 0.68% -
HSV(B) 9.3º 0.34% 0.82% -
XYZ 42.14 37.38 29.42 -
YUV 166.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 210 150 139 0 0.29 0.34 0.18 9.3 0.44 0.68
Hex D2 96 8B 0 1D 22 12 9 2C 44
Octal 322 226 213 0 35 42 22 11 54 104
Binary 11010010 10010110 10001011 0 11101 100010 10010 1001 101100 1000100

Color Harmonies of #D2968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2968B

Black with #D2968B

Text Example


Text Example

White with #D2968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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