Html Css Color HEX #D0939D Careys Pink

📋 copy color: '#D0939D'

red 208 ◦ green 147 ◦ blue 157

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

Shades of Careys Pink #D0939D

Tints of Careys Pink #D0939D

RGB

 RED value IS 208 (81.64% from 255) = 40.63%

 GREEN value IS 147 (57.81% from 255) = 28.71%

 BLUE value IS 157 (61.72% from 255) = 30.66%

R = 40.63%
G = 28.71%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0939D (or 0xD0939D) is known color: Careys Pink. HEX triplet: D0, 93 and 9D. RGB value is (208,147,157). Sum of RGB (Red+Green+Blue) = 208+147+157=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0939D is #2F6C62. Grayscale: #A6A6A6. Windows color (decimal): -3107939 or 10326992. OLE color: 10326992.

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

Color convert

RGB 208 147 157 -
CMYK 0 0.29 0.25 0.18
HSL 350.16º 0.39% 0.7% -
HSV(B) 350.16º 0.29% 0.82% -
XYZ 42.53 36.71 36.74 -
YUV 166.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 208 147 157 0 0.29 0.25 0.18 350.16 0.39 0.7
Hex D0 93 9D 0 1D 19 12 15E 27 46
Octal 320 223 235 0 35 31 22 536 47 106
Binary 11010000 10010011 10011101 0 11101 11001 10010 101011110 100111 1000110

Color Harmonies of #D0939D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0939D

Black with #D0939D

Text Example


Text Example

White with #D0939D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0939D; }

 p { color: rgb(208,147,157); }

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

background-color css

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

 a { background-color: rgb(208,147,157); }

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

border-color css

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

 span { border-color: rgb(208,147,157); }

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