Html Css Color HEX #D74F7F Cranberry

📋 copy color: '#D74F7F'

red 215 ◦ green 79 ◦ blue 127

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

Shades of Cranberry #D74F7F

Tints of Cranberry #D74F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.17%

R = 51.07%
G = 18.76%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D74F7F (or 0xD74F7F) is known color: Cranberry. HEX triplet: D7, 4F and 7F. RGB value is (215,79,127). Sum of RGB (Red+Green+Blue) = 215+79+127=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F7F is #28B080. Grayscale: #7D7D7D. Windows color (decimal): -2666625 or 8343511. OLE color: 8343511.

HSL color Cylindrical-coordinate representation of color #D74F7F: hue angle of 338.82º 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 #D74F7F is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 79 127 -
CMYK 0 0.63 0.41 0.16
HSL 338.82º 0.63% 0.58% -
HSV(B) 338.82º 0.63% 0.84% -
XYZ 34.65 21.57 22.42 -
YUV 125.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 215 79 127 0 0.63 0.41 0.16 338.82 0.63 0.58
Hex D7 4F 7F 0 3F 29 10 153 3F 3A
Octal 327 117 177 0 77 51 20 523 77 72
Binary 11010111 1001111 1111111 0 111111 101001 10000 101010011 111111 111010

Color Harmonies of #D74F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F7F

Black with #D74F7F

Text Example


Text Example

White with #D74F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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