Html Css Color HEX #D75374 Cranberry

📋 copy color: '#D75374'

red 215 ◦ green 83 ◦ blue 116

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

Shades of Cranberry #D75374

Tints of Cranberry #D75374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.05%

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 51.93%
G = 20.05%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D75374 (or 0xD75374) is known color: Cranberry. HEX triplet: D7, 53 and 74. RGB value is (215,83,116). Sum of RGB (Red+Green+Blue) = 215+83+116=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D75374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75374 is #28AC8B. Grayscale: #7E7E7E. Windows color (decimal): -2665612 or 7623639. OLE color: 7623639.

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

Color convert

RGB 215 83 116 -
CMYK 0 0.61 0.46 0.16
HSL 345º 0.62% 0.58% -
HSV(B) 345º 0.61% 0.84% -
XYZ 34.27 21.89 18.94 -
YUV 126.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 215 83 116 0 0.61 0.46 0.16 345 0.62 0.58
Hex D7 53 74 0 3D 2E 10 159 3E 3A
Octal 327 123 164 0 75 56 20 531 76 72
Binary 11010111 1010011 1110100 0 111101 101110 10000 101011001 111110 111010

Color Harmonies of #D75374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75374

Black with #D75374

Text Example


Text Example

White with #D75374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75374; }

 p { color: rgb(215,83,116); }

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

background-color css

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

 a { background-color: rgb(215,83,116); }

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

border-color css

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

 span { border-color: rgb(215,83,116); }

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