Html Css Color HEX #D35178 Cranberry

📋 copy color: '#D35178'

red 211 ◦ green 81 ◦ blue 120

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

Shades of Cranberry #D35178

Tints of Cranberry #D35178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.66%

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 51.21%
G = 19.66%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D35178 (or 0xD35178) is known color: Cranberry. HEX triplet: D3, 51 and 78. RGB value is (211,81,120). Sum of RGB (Red+Green+Blue) = 211+81+120=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D35178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35178 is #2CAE87. Grayscale: #7C7C7C. Windows color (decimal): -2928264 or 7885267. OLE color: 7885267.

HSL color Cylindrical-coordinate representation of color #D35178: hue angle of 342º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35178 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 81 120 -
CMYK 0 0.62 0.43 0.17
HSL 342º 0.6% 0.57% -
HSV(B) 342º 0.62% 0.83% -
XYZ 33.2 21.09 20.09 -
YUV 124.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 211 81 120 0 0.62 0.43 0.17 342 0.6 0.57
Hex D3 51 78 0 3E 2B 11 156 3C 39
Octal 323 121 170 0 76 53 21 526 74 71
Binary 11010011 1010001 1111000 0 111110 101011 10001 101010110 111100 111001

Color Harmonies of #D35178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35178

Black with #D35178

Text Example


Text Example

White with #D35178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35178; }

 p { color: rgb(211,81,120); }

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

background-color css

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

 a { background-color: rgb(211,81,120); }

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

border-color css

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

 span { border-color: rgb(211,81,120); }

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