Html Css Color HEX #D75E7A Cranberry

📋 copy color: '#D75E7A'

red 215 ◦ green 94 ◦ blue 122

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

Shades of Cranberry #D75E7A

Tints of Cranberry #D75E7A

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

 GREEN value IS 94 (37.11% from 255) = 21.81%

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

R = 49.88%
G = 21.81%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D75E7A (or 0xD75E7A) is known color: Cranberry. HEX triplet: D7, 5E and 7A. RGB value is (215,94,122). Sum of RGB (Red+Green+Blue) = 215+94+122=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E7A is #28A185. Grayscale: #858585. Windows color (decimal): -2662790 or 8019671. OLE color: 8019671.

HSL color Cylindrical-coordinate representation of color #D75E7A: hue angle of 346.12º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75E7A is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 94 122 -
CMYK 0 0.56 0.43 0.16
HSL 346.12º 0.6% 0.61% -
HSV(B) 346.12º 0.56% 0.84% -
XYZ 35.54 23.86 21.14 -
YUV 133.37 121.59 186.22 -
System Red Green Blue C M Y K H S L
Decimal 215 94 122 0 0.56 0.43 0.16 346.12 0.6 0.61
Hex D7 5E 7A 0 38 2B 10 15A 3C 3D
Octal 327 136 172 0 70 53 20 532 74 75
Binary 11010111 1011110 1111010 0 111000 101011 10000 101011010 111100 111101

Color Harmonies of #D75E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75E7A

Black with #D75E7A

Text Example


Text Example

White with #D75E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75E7A; }

 p { color: rgb(215,94,122); }

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

background-color css

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

 a { background-color: rgb(215,94,122); }

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

border-color css

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

 span { border-color: rgb(215,94,122); }

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