Html Css Color HEX #D35B7C Cranberry

📋 copy color: '#D35B7C'

red 211 ◦ green 91 ◦ blue 124

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

Shades of Cranberry #D35B7C

Tints of Cranberry #D35B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.36%

 BLUE value IS 124 (48.83% from 255) = 29.11%

R = 49.53%
G = 21.36%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D35B7C (or 0xD35B7C) is known color: Cranberry. HEX triplet: D3, 5B and 7C. RGB value is (211,91,124). Sum of RGB (Red+Green+Blue) = 211+91+124=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D35B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35B7C is #2CA483. Grayscale: #828282. Windows color (decimal): -2925700 or 8149971. OLE color: 8149971.

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

Color convert

RGB 211 91 124 -
CMYK 0 0.57 0.41 0.17
HSL 343.5º 0.58% 0.59% -
HSV(B) 343.5º 0.57% 0.83% -
XYZ 34.24 22.79 21.66 -
YUV 130.64 124.26 185.32 -
System Red Green Blue C M Y K H S L
Decimal 211 91 124 0 0.57 0.41 0.17 343.5 0.58 0.59
Hex D3 5B 7C 0 39 29 11 158 3A 3B
Octal 323 133 174 0 71 51 21 530 72 73
Binary 11010011 1011011 1111100 0 111001 101001 10001 101011000 111010 111011

Color Harmonies of #D35B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35B7C

Black with #D35B7C

Text Example


Text Example

White with #D35B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35B7C; }

 p { color: rgb(211,91,124); }

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

background-color css

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

 a { background-color: rgb(211,91,124); }

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

border-color css

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

 span { border-color: rgb(211,91,124); }

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