Html Css Color HEX #D498A5 Careys Pink

📋 copy color: '#D498A5'

red 212 ◦ green 152 ◦ blue 165

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

Shades of Careys Pink #D498A5

Tints of Careys Pink #D498A5

RGB

 RED value IS 212 (83.2% from 255) = 40.08%

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

 BLUE value IS 165 (64.84% from 255) = 31.19%

R = 40.08%
G = 28.73%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D498A5 (or 0xD498A5) is known color: Careys Pink. HEX triplet: D4, 98 and A5. RGB value is (212,152,165). Sum of RGB (Red+Green+Blue) = 212+152+165=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D498A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D498A5 is #2B675A. Grayscale: #ABABAB. Windows color (decimal): -2844507 or 10852564. OLE color: 10852564.

HSL color Cylindrical-coordinate representation of color #D498A5: hue angle of 347º degrees, saturation: 0.41, 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 #D498A5 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 165 -
CMYK 0 0.28 0.22 0.17
HSL 347º 0.41% 0.71% -
HSV(B) 347º 0.28% 0.83% -
XYZ 45.17 39.17 40.78 -
YUV 171.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 212 152 165 0 0.28 0.22 0.17 347 0.41 0.71
Hex D4 98 A5 0 1C 16 11 15B 29 47
Octal 324 230 245 0 34 26 21 533 51 107
Binary 11010100 10011000 10100101 0 11100 10110 10001 101011011 101001 1000111

Color Harmonies of #D498A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498A5

Black with #D498A5

Text Example


Text Example

White with #D498A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498A5; }

 p { color: rgb(212,152,165); }

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

background-color css

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

 a { background-color: rgb(212,152,165); }

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

border-color css

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

 span { border-color: rgb(212,152,165); }

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