Html Css Color HEX #D35C80 Cranberry

📋 copy color: '#D35C80'

red 211 ◦ green 92 ◦ blue 128

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

Shades of Cranberry #D35C80

Tints of Cranberry #D35C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.35%

 BLUE value IS 128 (50.39% from 255) = 29.7%

R = 48.96%
G = 21.35%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D35C80 (or 0xD35C80) is known color: Cranberry. HEX triplet: D3, 5C and 80. RGB value is (211,92,128). Sum of RGB (Red+Green+Blue) = 211+92+128=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35C80 is #2CA37F. Grayscale: #838383. Windows color (decimal): -2925440 or 8412371. OLE color: 8412371.

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

Color convert

RGB 211 92 128 -
CMYK 0 0.56 0.39 0.17
HSL 341.85º 0.57% 0.59% -
HSV(B) 341.85º 0.56% 0.83% -
XYZ 34.59 23.06 23.05 -
YUV 131.69 125.92 184.57 -
System Red Green Blue C M Y K H S L
Decimal 211 92 128 0 0.56 0.39 0.17 341.85 0.57 0.59
Hex D3 5C 80 0 38 27 11 156 39 3B
Octal 323 134 200 0 70 47 21 526 71 73
Binary 11010011 1011100 10000000 0 111000 100111 10001 101010110 111001 111011

Color Harmonies of #D35C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35C80

Black with #D35C80

Text Example


Text Example

White with #D35C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35C80; }

 p { color: rgb(211,92,128); }

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

background-color css

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

 a { background-color: rgb(211,92,128); }

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

border-color css

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

 span { border-color: rgb(211,92,128); }

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