Html Css Color HEX #D74280 Cranberry

📋 copy color: '#D74280'

red 215 ◦ green 66 ◦ blue 128

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

Shades of Cranberry #D74280

Tints of Cranberry #D74280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.14%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 52.57%
G = 16.14%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D74280 (or 0xD74280) is known color: Cranberry. HEX triplet: D7, 42 and 80. RGB value is (215,66,128). Sum of RGB (Red+Green+Blue) = 215+66+128=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D74280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74280 is #28BD7F. Grayscale: #757575. Windows color (decimal): -2669952 or 8405719. OLE color: 8405719.

HSL color Cylindrical-coordinate representation of color #D74280: hue angle of 335.03º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74280 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 128 -
CMYK 0 0.69 0.40 0.16
HSL 335.03º 0.65% 0.55% -
HSV(B) 335.03º 0.69% 0.84% -
XYZ 33.87 19.9 22.48 -
YUV 117.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 215 66 128 0 0.69 0.40 0.16 335.03 0.65 0.55
Hex D7 42 80 0 45 28 10 14F 41 37
Octal 327 102 200 0 105 50 20 517 101 67
Binary 11010111 1000010 10000000 0 1000101 101000 10000 101001111 1000001 110111

Color Harmonies of #D74280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74280

Black with #D74280

Text Example


Text Example

White with #D74280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74280; }

 p { color: rgb(215,66,128); }

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

background-color css

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

 a { background-color: rgb(215,66,128); }

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

border-color css

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

 span { border-color: rgb(215,66,128); }

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