Html Css Color HEX #D74F75 Cranberry

📋 copy color: '#D74F75'

red 215 ◦ green 79 ◦ blue 117

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

Shades of Cranberry #D74F75

Tints of Cranberry #D74F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.22%

 BLUE value IS 117 (46.09% from 255) = 28.47%

R = 52.31%
G = 19.22%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D74F75 (or 0xD74F75) is known color: Cranberry. HEX triplet: D7, 4F and 75. RGB value is (215,79,117). Sum of RGB (Red+Green+Blue) = 215+79+117=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F75 is #28B08A. Grayscale: #7B7B7B. Windows color (decimal): -2666635 or 7688151. OLE color: 7688151.

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

Color convert

RGB 215 79 117 -
CMYK 0 0.63 0.46 0.16
HSL 343.24º 0.63% 0.58% -
HSV(B) 343.24º 0.63% 0.84% -
XYZ 34.03 21.32 19.15 -
YUV 124 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 215 79 117 0 0.63 0.46 0.16 343.24 0.63 0.58
Hex D7 4F 75 0 3F 2E 10 157 3F 3A
Octal 327 117 165 0 77 56 20 527 77 72
Binary 11010111 1001111 1110101 0 111111 101110 10000 101010111 111111 111010

Color Harmonies of #D74F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F75

Black with #D74F75

Text Example


Text Example

White with #D74F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F75; }

 p { color: rgb(215,79,117); }

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

background-color css

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

 a { background-color: rgb(215,79,117); }

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

border-color css

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

 span { border-color: rgb(215,79,117); }

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