Html Css Color HEX #D27290 Charm

📋 copy color: '#D27290'

red 210 ◦ green 114 ◦ blue 144

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

Shades of Charm #D27290

Tints of Charm #D27290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 44.87%
G = 24.36%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D27290 (or 0xD27290) is known color: Charm. HEX triplet: D2, 72 and 90. RGB value is (210,114,144). Sum of RGB (Red+Green+Blue) = 210+114+144=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D27290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27290 is #2D8D6F. Grayscale: #929292. Windows color (decimal): -2985328 or 9466578. OLE color: 9466578.

HSL color Cylindrical-coordinate representation of color #D27290: hue angle of 341.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27290 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 114 144 -
CMYK 0 0.46 0.31 0.18
HSL 341.25º 0.52% 0.64% -
HSV(B) 341.25º 0.46% 0.82% -
XYZ 37.63 27.75 29.76 -
YUV 146.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 210 114 144 0 0.46 0.31 0.18 341.25 0.52 0.64
Hex D2 72 90 0 2E 1F 12 155 34 40
Octal 322 162 220 0 56 37 22 525 64 100
Binary 11010010 1110010 10010000 0 101110 11111 10010 101010101 110100 1000000

Color Harmonies of #D27290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27290

Black with #D27290

Text Example


Text Example

White with #D27290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27290; }

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

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

background-color css

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

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

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

border-color css

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

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

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