Html Css Color HEX #D74381 Cranberry

📋 copy color: '#D74381'

red 215 ◦ green 67 ◦ blue 129

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

Shades of Cranberry #D74381

Tints of Cranberry #D74381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.3%

 BLUE value IS 129 (50.78% from 255) = 31.39%

R = 52.31%
G = 16.3%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D74381 (or 0xD74381) is known color: Cranberry. HEX triplet: D7, 43 and 81. RGB value is (215,67,129). Sum of RGB (Red+Green+Blue) = 215+67+129=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D74381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74381 is #28BC7E. Grayscale: #767676. Windows color (decimal): -2669695 or 8471511. OLE color: 8471511.

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

Color convert

RGB 215 67 129 -
CMYK 0 0.69 0.4 0.16
HSL 334.86º 0.65% 0.55% -
HSV(B) 334.86º 0.69% 0.84% -
XYZ 33.99 20.05 22.85 -
YUV 118.32 134.03 196.96 -
System Red Green Blue C M Y K H S L
Decimal 215 67 129 0 0.69 0.4 0.16 334.86 0.65 0.55
Hex D7 43 81 0 45 28 10 14F 41 37
Octal 327 103 201 0 105 50 20 517 101 67
Binary 11010111 1000011 10000001 0 1000101 101000 10000 101001111 1000001 110111

Color Harmonies of #D74381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74381

Black with #D74381

Text Example


Text Example

White with #D74381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74381; }

 p { color: rgb(215,67,129); }

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

background-color css

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

 a { background-color: rgb(215,67,129); }

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

border-color css

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

 span { border-color: rgb(215,67,129); }

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