Html Css Color HEX #D27B8B Charm

📋 copy color: '#D27B8B'

red 210 ◦ green 123 ◦ blue 139

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

Shades of Charm #D27B8B

Tints of Charm #D27B8B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.06%

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

R = 44.49%
G = 26.06%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D27B8B (or 0xD27B8B) is known color: Charm. HEX triplet: D2, 7B and 8B. RGB value is (210,123,139). Sum of RGB (Red+Green+Blue) = 210+123+139=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27B8B is #2D8474. Grayscale: #969696. Windows color (decimal): -2983029 or 9141202. OLE color: 9141202.

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

Color convert

RGB 210 123 139 -
CMYK 0 0.41 0.34 0.18
HSL 348.97º 0.49% 0.65% -
HSV(B) 348.97º 0.41% 0.82% -
XYZ 38.32 29.73 28.15 -
YUV 150.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 210 123 139 0 0.41 0.34 0.18 348.97 0.49 0.65
Hex D2 7B 8B 0 29 22 12 15D 31 41
Octal 322 173 213 0 51 42 22 535 61 101
Binary 11010010 1111011 10001011 0 101001 100010 10010 101011101 110001 1000001

Color Harmonies of #D27B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27B8B

Black with #D27B8B

Text Example


Text Example

White with #D27B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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