Html Css Color HEX #D398A2 Careys Pink

📋 copy color: '#D398A2'

red 211 ◦ green 152 ◦ blue 162

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

Shades of Careys Pink #D398A2

Tints of Careys Pink #D398A2

RGB

 RED value IS 211 (82.81% from 255) = 40.19%

 GREEN value IS 152 (59.77% from 255) = 28.95%

 BLUE value IS 162 (63.67% from 255) = 30.86%

R = 40.19%
G = 28.95%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D398A2 (or 0xD398A2) is known color: Careys Pink. HEX triplet: D3, 98 and A2. RGB value is (211,152,162). Sum of RGB (Red+Green+Blue) = 211+152+162=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D398A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D398A2 is #2C675D. Grayscale: #AAAAAA. Windows color (decimal): -2910046 or 10655955. OLE color: 10655955.

HSL color Cylindrical-coordinate representation of color #D398A2: hue angle of 349.83º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D398A2 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 152 162 -
CMYK 0 0.28 0.23 0.17
HSL 349.83º 0.4% 0.71% -
HSV(B) 349.83º 0.28% 0.83% -
XYZ 44.61 38.91 39.34 -
YUV 170.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 211 152 162 0 0.28 0.23 0.17 349.83 0.4 0.71
Hex D3 98 A2 0 1C 17 11 15E 28 47
Octal 323 230 242 0 34 27 21 536 50 107
Binary 11010011 10011000 10100010 0 11100 10111 10001 101011110 101000 1000111

Color Harmonies of #D398A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D398A2

Black with #D398A2

Text Example


Text Example

White with #D398A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D398A2; }

 p { color: rgb(211,152,162); }

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

background-color css

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

 a { background-color: rgb(211,152,162); }

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

border-color css

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

 span { border-color: rgb(211,152,162); }

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