Html Css Color HEX #D2817A Sea Pink

📋 copy color: '#D2817A'

red 210 ◦ green 129 ◦ blue 122

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

Shades of Sea Pink #D2817A

Tints of Sea Pink #D2817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 45.55%
G = 27.98%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2817A (or 0xD2817A) is known color: Sea Pink. HEX triplet: D2, 81 and 7A. RGB value is (210,129,122). Sum of RGB (Red+Green+Blue) = 210+129+122=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2817A is #2D7E85. Grayscale: #989898. Windows color (decimal): -2981510 or 8028626. OLE color: 8028626.

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

Color convert

RGB 210 129 122 -
CMYK 0 0.39 0.42 0.18
HSL 4.77º 0.49% 0.65% -
HSV(B) 4.77º 0.42% 0.82% -
XYZ 37.94 30.81 22.36 -
YUV 152.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 210 129 122 0 0.39 0.42 0.18 4.77 0.49 0.65
Hex D2 81 7A 0 27 2A 12 5 31 41
Octal 322 201 172 0 47 52 22 5 61 101
Binary 11010010 10000001 1111010 0 100111 101010 10010 101 110001 1000001

Color Harmonies of #D2817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2817A

Black with #D2817A

Text Example


Text Example

White with #D2817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2817A; }

 p { color: rgb(210,129,122); }

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

background-color css

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

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

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

border-color css

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

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

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