Html Css Color HEX #D1607A Cranberry

📋 copy color: '#D1607A'

red 209 ◦ green 96 ◦ blue 122

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

Shades of Cranberry #D1607A

Tints of Cranberry #D1607A

RGB

 RED value IS 209 (82.03% from 255) = 48.95%

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

 BLUE value IS 122 (48.05% from 255) = 28.57%

R = 48.95%
G = 22.48%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1607A (or 0xD1607A) is known color: Cranberry. HEX triplet: D1, 60 and 7A. RGB value is (209,96,122). Sum of RGB (Red+Green+Blue) = 209+96+122=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1607A is #2E9F85. Grayscale: #848484. Windows color (decimal): -3055494 or 8020177. OLE color: 8020177.

HSL color Cylindrical-coordinate representation of color #D1607A: hue angle of 346.19º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1607A is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 96 122 -
CMYK 0 0.54 0.42 0.18
HSL 346.19º 0.55% 0.6% -
HSV(B) 346.19º 0.54% 0.82% -
XYZ 33.99 23.33 21.12 -
YUV 132.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 209 96 122 0 0.54 0.42 0.18 346.19 0.55 0.6
Hex D1 60 7A 0 36 2A 12 15A 37 3C
Octal 321 140 172 0 66 52 22 532 67 74
Binary 11010001 1100000 1111010 0 110110 101010 10010 101011010 110111 111100

Color Harmonies of #D1607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1607A

Black with #D1607A

Text Example


Text Example

White with #D1607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1607A; }

 p { color: rgb(209,96,122); }

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

background-color css

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

 a { background-color: rgb(209,96,122); }

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

border-color css

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

 span { border-color: rgb(209,96,122); }

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