Html Css Color HEX #D3607D Cranberry

📋 copy color: '#D3607D'

red 211 ◦ green 96 ◦ blue 125

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

Shades of Cranberry #D3607D

Tints of Cranberry #D3607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.22%

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 48.84%
G = 22.22%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3607D (or 0xD3607D) is known color: Cranberry. HEX triplet: D3, 60 and 7D. RGB value is (211,96,125). Sum of RGB (Red+Green+Blue) = 211+96+125=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D3607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3607D is #2C9F82. Grayscale: #858585. Windows color (decimal): -2924419 or 8216787. OLE color: 8216787.

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

Color convert

RGB 211 96 125 -
CMYK 0 0.55 0.41 0.17
HSL 344.87º 0.57% 0.6% -
HSV(B) 344.87º 0.55% 0.83% -
XYZ 34.75 23.7 22.14 -
YUV 133.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 211 96 125 0 0.55 0.41 0.17 344.87 0.57 0.6
Hex D3 60 7D 0 37 29 11 159 39 3C
Octal 323 140 175 0 67 51 21 531 71 74
Binary 11010011 1100000 1111101 0 110111 101001 10001 101011001 111001 111100

Color Harmonies of #D3607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3607D

Black with #D3607D

Text Example


Text Example

White with #D3607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3607D; }

 p { color: rgb(211,96,125); }

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

background-color css

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

 a { background-color: rgb(211,96,125); }

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

border-color css

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

 span { border-color: rgb(211,96,125); }

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