Html Css Color HEX #D27D7B Sea Pink

📋 copy color: '#D27D7B'

red 210 ◦ green 125 ◦ blue 123

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

Shades of Sea Pink #D27D7B

Tints of Sea Pink #D27D7B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.29%

 BLUE value IS 123 (48.44% from 255) = 26.86%

R = 45.85%
G = 27.29%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D27D7B (or 0xD27D7B) is known color: Sea Pink. HEX triplet: D2, 7D and 7B. RGB value is (210,125,123). Sum of RGB (Red+Green+Blue) = 210+125+123=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D7B is #2D8284. Grayscale: #969696. Windows color (decimal): -2982533 or 8093138. OLE color: 8093138.

HSL color Cylindrical-coordinate representation of color #D27D7B: hue angle of 1.38º 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 #D27D7B is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 125 123 -
CMYK 0 0.40 0.41 0.18
HSL 1.38º 0.49% 0.65% -
HSV(B) 1.38º 0.41% 0.82% -
XYZ 37.49 29.8 22.51 -
YUV 150.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 210 125 123 0 0.40 0.41 0.18 1.38 0.49 0.65
Hex D2 7D 7B 0 28 29 12 1 31 41
Octal 322 175 173 0 50 51 22 1 61 101
Binary 11010010 1111101 1111011 0 101000 101001 10010 1 110001 1000001

Color Harmonies of #D27D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D7B

Black with #D27D7B

Text Example


Text Example

White with #D27D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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