Html Css Color HEX #D24581 Cranberry

📋 copy color: '#D24581'

red 210 ◦ green 69 ◦ blue 129

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

Shades of Cranberry #D24581

Tints of Cranberry #D24581

RGB

 RED value IS 210 (82.42% from 255) = 51.47%

 GREEN value IS 69 (27.34% from 255) = 16.91%

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

R = 51.47%
G = 16.91%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D24581 (or 0xD24581) is known color: Cranberry. HEX triplet: D2, 45 and 81. RGB value is (210,69,129). Sum of RGB (Red+Green+Blue) = 210+69+129=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D24581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24581 is #2DBA7E. Grayscale: #757575. Windows color (decimal): -2996863 or 8472018. OLE color: 8472018.

HSL color Cylindrical-coordinate representation of color #D24581: hue angle of 334.47º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24581 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 69 129 -
CMYK 0 0.67 0.39 0.18
HSL 334.47º 0.61% 0.55% -
HSV(B) 334.47º 0.67% 0.82% -
XYZ 32.67 19.54 22.82 -
YUV 118 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 210 69 129 0 0.67 0.39 0.18 334.47 0.61 0.55
Hex D2 45 81 0 43 27 12 14E 3D 37
Octal 322 105 201 0 103 47 22 516 75 67
Binary 11010010 1000101 10000001 0 1000011 100111 10010 101001110 111101 110111

Color Harmonies of #D24581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24581

Black with #D24581

Text Example


Text Example

White with #D24581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24581; }

 p { color: rgb(210,69,129); }

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

background-color css

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

 a { background-color: rgb(210,69,129); }

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

border-color css

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

 span { border-color: rgb(210,69,129); }

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