Html Css Color HEX #D74D7E Cranberry

📋 copy color: '#D74D7E'

red 215 ◦ green 77 ◦ blue 126

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

Shades of Cranberry #D74D7E

Tints of Cranberry #D74D7E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.42%

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 51.44%
G = 18.42%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D74D7E (or 0xD74D7E) is known color: Cranberry. HEX triplet: D7, 4D and 7E. RGB value is (215,77,126). Sum of RGB (Red+Green+Blue) = 215+77+126=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D7E is #28B281. Grayscale: #7B7B7B. Windows color (decimal): -2667138 or 8277463. OLE color: 8277463.

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

Color convert

RGB 215 77 126 -
CMYK 0 0.64 0.41 0.16
HSL 338.7º 0.63% 0.57% -
HSV(B) 338.7º 0.64% 0.84% -
XYZ 34.44 21.26 22.03 -
YUV 123.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 215 77 126 0 0.64 0.41 0.16 338.7 0.63 0.57
Hex D7 4D 7E 0 40 29 10 153 3F 39
Octal 327 115 176 0 100 51 20 523 77 71
Binary 11010111 1001101 1111110 0 1000000 101001 10000 101010011 111111 111001

Color Harmonies of #D74D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D7E

Black with #D74D7E

Text Example


Text Example

White with #D74D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D7E; }

 p { color: rgb(215,77,126); }

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

background-color css

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

 a { background-color: rgb(215,77,126); }

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

border-color css

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

 span { border-color: rgb(215,77,126); }

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