Html Css Color HEX #D27B7B Sea Pink

📋 copy color: '#D27B7B'

red 210 ◦ green 123 ◦ blue 123

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

Shades of Sea Pink #D27B7B

Tints of Sea Pink #D27B7B

RGB

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

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

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

R = 46.05%
G = 26.97%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D27B7B (or 0xD27B7B) is known color: Sea Pink. HEX triplet: D2, 7B and 7B. RGB value is (210,123,123). Sum of RGB (Red+Green+Blue) = 210+123+123=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B7B is #2D8484. Grayscale: #959595. Windows color (decimal): -2983045 or 8092626. OLE color: 8092626.

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

Color convert

RGB 210 123 123 -
CMYK 0 0.41 0.41 0.18
HSL 0.49% 0.65% -
HSV(B) 0.41% 0.82% -
XYZ 37.24 29.3 22.43 -
YUV 149.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 210 123 123 0 0.41 0.41 0.18 0 0.49 0.65
Hex D2 7B 7B 0 29 29 12 0 31 41
Octal 322 173 173 0 51 51 22 0 61 101
Binary 11010010 1111011 1111011 0 101001 101001 10010 0 110001 1000001

Color Harmonies of #D27B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27B7B

Black with #D27B7B

Text Example


Text Example

White with #D27B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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