Html Css Color HEX #D27C75 Sea Pink

📋 copy color: '#D27C75'

red 210 ◦ green 124 ◦ blue 117

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

Shades of Sea Pink #D27C75

Tints of Sea Pink #D27C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.49%

 BLUE value IS 117 (46.09% from 255) = 25.94%

R = 46.56%
G = 27.49%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D27C75 (or 0xD27C75) is known color: Sea Pink. HEX triplet: D2, 7C and 75. RGB value is (210,124,117). Sum of RGB (Red+Green+Blue) = 210+124+117=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C75 is #2D838A. Grayscale: #959595. Windows color (decimal): -2982795 or 7699666. OLE color: 7699666.

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

Color convert

RGB 210 124 117 -
CMYK 0 0.41 0.44 0.18
HSL 4.52º 0.51% 0.64% -
HSV(B) 4.52º 0.44% 0.82% -
XYZ 37 29.4 20.55 -
YUV 148.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 210 124 117 0 0.41 0.44 0.18 4.52 0.51 0.64
Hex D2 7C 75 0 29 2C 12 5 33 40
Octal 322 174 165 0 51 54 22 5 63 100
Binary 11010010 1111100 1110101 0 101001 101100 10010 101 110011 1000000

Color Harmonies of #D27C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C75

Black with #D27C75

Text Example


Text Example

White with #D27C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C75; }

 p { color: rgb(210,124,117); }

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

background-color css

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

 a { background-color: rgb(210,124,117); }

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

border-color css

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

 span { border-color: rgb(210,124,117); }

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